The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
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-sortableI'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 serializationI 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-sortableI've got html that looks something like this: <div id="sortThis"> <div id="1">Price:<span …
jquery sorting html jquery-ui-sortableI'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-draggablejQuery 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-sortableI'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-sortableI currently have a jQuery sortable list working perfectly. I am able to move the 'li' elements around. However, how …
jquery jquery-ui-sortableI 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-sortableI 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