ondragend event in firefox | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

ondragend event in firefox

i set ondragend event for div tag. this work correct in chrome but not work in firefox. please help me.

25th Jun 2017, 10:46 AM
Atiye Khajepour
Atiye Khajepour - avatar
1 Answer
+ 4
i use jquery UI. add jquery ui script in web page and use below code for tag with id="dragable". $("#dragable").dragable();
27th Jun 2017, 7:35 AM
Atiye Khajepour
Atiye Khajepour - avatar