The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
I've set up a jQuery sortable list but I need to be able to keep some items in the sortable …
jquery jquery-ui jquery-ui-sortableRESOLVED So I studied sortable() with the connectWith attribute a bit more and found the solution was simpler than I …
jquery jquery-ui jquery-ui-sortable jquery-ui-draggable jquery-ui-droppableI have a sortable unordered list on the bottom of my page, which works perfect in Firefox. However, in Safari/…
jquery jquery-ui jquery-ui-sortablehere is a simple question. I have a 'ul' which i have made sortable via jquery-ui's sortable() function. I want …
javascript jquery jquery-ui jquery-ui-sortableThis is what I got: http://jsfiddle.net/hashie5/vk6rZ/ (don't mind the layout) The first table is a …
jquery jquery-ui jquery-ui-sortable selectableI have two connected tbody elements allowing me to drag rows between two tables. Everything works fine until all rows …
jquery html jquery-ui user-interface jquery-ui-sortableI am using JQuery 1.5.1 and JQuery UI 1.8.11. I have added sortable for a number of items - the task here …
javascript jquery jquery-ui jquery-ui-sortable jquery-droppableStrangely this is broken only in Firefox and Opera (IE, Chrome and Safari works as it should). Any suggestions for …
javascript jquery jquery-ui-sortable contenteditableI'm having an issue with jQuery sortables. I'm using it to develop an iGoogle-like dashboard by creating 3 columns. All 3 contain …
jquery jquery-ui-sortableI've got a sortable list which is using connectWith to ensure it can only be sorted within its own types …
jquery jquery-ui jquery-ui-sortable droppable