Quantcast
Viewing all articles
Browse latest Browse all 42

Answer by Chris for JQuery UI: Drag-and-drop disables mouseover events?

You have to re-assign the event to the object after dropping it.

The drag and drop is probably removing the old object and putting a clone of it in the new place. Rather than maintaining the same element.

I just tested this using the console in FF3 and it works. Place that logic in a method that can be called by the end drag or drop event.


Viewing all articles
Browse latest Browse all 42

Trending Articles