camohub / jquery-sortable-lists

jQuery plugin to sorting lists also the tree structures.
MIT License
208 stars 60 forks source link

how to destroy this plugin #27

Closed munkh-altai closed 8 years ago

munkh-altai commented 8 years ago

Hello this is very useful

i am trying add & remove list items and children with ReactJS

can i destroy event listener ?

munkh-altai commented 8 years ago

i handled by my self

munkh-altai commented 8 years ago

$('#sTree2,#sTree2 *').unbind().removeData();