Top "Jquery-ui-sortable" questions

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

Forcing an item to remain in place in a jQuery UI Sortable list

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-sortable
Make draggable element sortable within droppable using jQuery UI

RESOLVED 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-droppable
jQuery UI sortable() - listitem jumps to top in Safari and Chrome

I have a sortable unordered list on the bottom of my page, which works perfect in Firefox. However, in Safari/…

jquery jquery-ui jquery-ui-sortable
How to remove an item that is pulled away from it's list?

here 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-sortable
jquery ui selectable and sortable combined

This 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 selectable
Jquery ui-sortable - unable to drop tr in empty tbody

I 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-sortable
JQuery UI: Cancel Sortable upon Droppable Drop

I 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-droppable
If I do "jquery sortable" on a contenteditable item(s), I then can't focus mouse anywhere inside contenteditable text anymore

Strangely this is broken only in Firefox and Opera (IE, Chrome and Safari works as it should). Any suggestions for …

javascript jquery jquery-ui-sortable contenteditable
jQuery UI sortable - unable to drag elements to the bottom of a connected list/column

I'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-sortable
Making a jQuery droppable accept items from a sortable which is using connectWith

I'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