With Mozilla, I can drag and drop DOM node elements thanks to the type application/x-moz-node . Is there a similar type with Chrome, Opera, etc.?
application/x-moz-node
Thanks.
If you want consistent drag and drop behavior in browsers, I would recommend you use jQueryUI . With Draggable and Droppable , they did all the hard work for you.
You can use Modernizr.draganddrop to detect HTML 5 native drag and drop.
If the browser supports this feature. you can use draggable = true to set the node to drag and drop. Otherwise, you must use JQuerUI to support it.
Source: https://habr.com/ru/post/926855/More articles:this class is not a key value compatible with coding for a key image - iosWhich regular expression libraries should be used in Common Lisp? - regexC ++ error std :: result_of does not name type - c ++How to get the current Razor macro participant - macrosFire event after completion of MarkerClusterer - google-mapsWhat is a data type in HTML 5 if I need to drag a div into another div? - javascriptHow to create a new user in AWS - javaHow to embed a memory provider in a service? - authenticationDjango admin calls CSRF check - pythonCan a Smart App run an application installed from Xcode? - iosAll Articles