I have been using NestedSortabe from b-hind and found it quite useful until I upgraded to latest jquery and jquery-ui I guess they changed the way mouse events are handled or something to that effect.
I am using jquery 1.4.2 and trying to achieve the following: 1 - function call that sends a value to a php page to add/remove an item
I am having a problem finding the bug which is coming up with one script. I get following error in FireBug:
I am trying to append html to an item which I have successfully dragged to a sortable list but it does not seem to work. I am cloning the original item and have tried to append to the ui.helper to no
I have this jQuery code: $(\".right_box_holder\").sortable({ update : function () { var order = $(\'.right_box_holder\').sorta开发者_开发知识库ble(\'serialize\');
I\'m trying to use the scriptaculous helper method sortable_element to implement a drag-and-drop sortable list in my Rails application. While the code for the view looks pretty simple, I\'m really not
I\'m using jQuery UI Sortable to make a list \"categorizable\". I\'m stuck on the code to put items in the proper category when the page is loaded with existing data (either from the database or just
Searched all over and I can\'t find the answer.I can\'t get my sortable to serialize.All I\'m getting is null data
I have a table that is being sorted by 开发者_Python百科the TR tags, everything works fine except that I have to click twice on any item in the list after something has been moved for anything to resp
I am using the sortable widget to re-order a list of items. After an item is dragged to a new location, I kick off an AJAX form post to the server to save the 开发者_StackOverflow社区new order. How ca