tylergaw / jquery.dragsort

jQuery native drag and drop plugin
7 stars 2 forks source link

Events are not bound to injected elements #1

Closed tylergaw closed 12 years ago

tylergaw commented 12 years ago

This means that this only works on elements that are already in the DOM, dummy.

Need to use delegate or on or live or whatever the hell it is these days that makes this work.