+ 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.
1 Réponse
+ 4
i use jquery UI.
add jquery ui script in web page and use below code for tag with id="dragable".
$("#dragable").dragable();