jquery-sortable
jquery-sortable copied to clipboard
The sortable items with the specified "group" property are not reordered anymore after reloading the container using the jQuery.ajax function
The first load is OK, but if you reload a sortable container via ajax, items cannot be reordered anymore. The ragging functionality operates OK, but after the onDrop handler is executed, items are not reordered.
Attached is a sample ASP.NET MVC project and a screencast illustrating this issue. Test.zip Test.zip
Wow,thanks!!
I am updating lists with ajax . But its not working with this plugin .