Top "Jquery-ui-sortable" questions

The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.

jQuery UI Sortable and two connected lists

I am trying to put together the following with jQuery and Sortable: There are two cases that I need to …

jquery events jquery-ui drag-and-drop jquery-ui-sortable
Jquery sortable list won't serialize, why?

I'm implementing a sortable list of images with jquery in a Zend Framework application. I just can't get the .sortable(…

php jquery jquery-ui-sortable serialization
jQuery UI sortable scroll helper element offset Firefox issue

I have a problem with a jQuery UI 1.7.2 sortable list in Firefox 3.6, IE7-8 work fine. When I'm scrolled down …

jquery firefox scroll offset jquery-ui-sortable
Jquery - sort DIV's by innerHTML of children

I've got html that looks something like this: <div id="sortThis"> <div id="1">Price:<span …

jquery sorting html jquery-ui-sortable
Jquery UI combine sortable and draggable

I'm trying to combine a draggable panel (on top), and a sortable panel (bottom). Dragging works fine, but sorting fails. …

jquery draggable jquery-ui-sortable jquery-ui-draggable
Lightweight Alternative to jQuery UI's sortable()?

jQuery UI (1.8+) is shaping up to be a great library, but I find that it often does too much for …

javascript jquery jquery-ui jquery-ui-sortable
jQuery Sortable with animation

I'm using jQuery and Sortable to arrange my list of items (and this http://dragsort.codeplex.com). All works perfect. …

jquery jquery-ui animation drag-and-drop jquery-ui-sortable
jQuery Sortable Move UP/DOWN Button

I currently have a jQuery sortable list working perfectly. I am able to move the 'li' elements around. However, how …

jquery jquery-ui-sortable
How to access the id of draggable element which is dropped into sortable

I am using the JQuery libs to implement drag and drop. How do I get at the element that is …

jquery jquery-ui jquery-ui-draggable jquery-ui-sortable
How do I duplicate item when using jquery sortable?

I am using this method http://jqueryui.com/demos/sortable/#connect-lists to connect two lists that i have. I want …

jquery list drag-and-drop duplicates jquery-ui-sortable