Ondragstart Not Triggering In Firefox
Hello I'm trying to use the html drag and drop feature with jquery. I generate my draggable (a button) like this $('#tb > tbody > tr').append(($('')).append($('<
Solution 1:
This works with a div
element, see http://jsfiddle.net/Nn4x2/26/
It seems draggable input buttons are not supported in Firefox. It may be best to use a styled anchor element instead.
This is logged as a Firefox bug for button elements - see https://bugzilla.mozilla.org/show_bug.cgi?id=568313
Post a Comment for "Ondragstart Not Triggering In Firefox"