Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 Drag and Drop of nodes

With Mozilla I can drag and drop DOM node elements thanks to the application/x-moz-node type. Is there a similar type with Chrome, Opera, and so on?

Thanks.

like image 512
xdevel2000 Avatar asked Oct 03 '12 15:10

xdevel2000


1 Answers

If you want consistent behavior of drag-and-drop across browsers, I would recommend that you use jQueryUI. With Draggable and Droppable, they've done all the hard work for you.

like image 124
Ismael Ghalimi Avatar answered Oct 21 '22 06:10

Ismael Ghalimi