ondragstart event with jQuery
You have to use the property originalEvent
of the jquery event to access native properties of the javascript listener, like this:
evt.originalEvent.dataTransfer
You have to use the property originalEvent
of the jquery event to access native properties of the javascript listener, like this:
evt.originalEvent.dataTransfer