Live Droppable UI Element Only Accepts Drop on Second Try
问题 I have JQuery UI Droppables that are dynamically added to the page via Ajax. Attempting to follow the guidance to connect the Droppables in a live manner: jQuery UI Droppable : how to make it live? On the first attempt to drag-and-drop, the hoverClass is not hooked up nor is the drop target a registered Droppable (the drop event handler does not fire). On subsequent attempts, it works as expected. Fiddle: http://jsfiddle.net/ericjohannsen/ESCN9/ How can I get the drop functionality to work