jQueryUI has got a nice plugin, Sortable: http://jqueryui.com/demos/sortable/ I\'m very pleased with that plugin but I\'m only missing one thing. And that is instead of let the elements that changes p
I have an unordered list, each list item has an id (id=\"6~Or开发者_JS百科iginalName\") - when I do a toArray on this list, I get a nice array and each item looks like \"6~OriginalName\" that I can pa
I\'ve implemented JQuery sortable, and it works fine. The problem is I can\'t pass the list in its new order to a controller so i can save it.
I am using this and it\'s working perfectly on the browser http://docs.jquery.com/UI/Sortable Now I want to save it to the server, I know about serialize, but I don\'t want to update everything.
OK, I\'m probably missing something obvious here, but my searches aren\'t turning up anything helpful.I\'ve set up a sortable list and connected a draggable \"palette list\" to it, as explained here:
I have two connect sortable lists.I want to fire an event when an item is moved away from it\'s current list but NOT into the other connected list or when the item is being sorted.Anyone know how开发者
I\'ve got a jQuery sortable element and another draggable element. With the sortable receive event i get the new inserted object and start an ajax query to write it in database.
Having spot of bother sorting a definition list with jquery sortable. I have a handle on the dt but need it to select the following dd as well so the draggable object is actually both dt and dd tags.
I have a table which looks like this (simplified for the example): <table> <tr class=\"lvl_1\">
I have a sortable list (of tasks). It helps pri开发者_运维知识库oritize tasks, so I want to keep this functionality. Now I want to add subtasks to the functionality: I want to enable users to drag one