Top "Jquery-ui-sortable" questions

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

Prevent drop of list item in JqueryUI sortable

I have two lists #sortable1 and #sortable 2 which are connected sortables, as shown in this example. You can drag and …

jquery jquery-ui drag-and-drop jquery-ui-sortable
Jquery-ui sortable doesn't work on touch devices based on Android or IOS

Is there any fix to make Jquery-ui sortable work on touch devices based on Android or IOS?

iphone android ios jquery-ui jquery-ui-sortable
JQuery sortable lists and fixed/locked items

Is it possible to lock list items in JQuery sortable list in a way that those items will stay in …

jquery jquery-ui-sortable
How to exclude an element from being dragged in sortable list?

How can I exclude an element from sortable list? For instance, there is an element with class name 'note' that …

jquery jquery-ui jquery-ui-sortable jquery-ui-draggable
Moving an item programmatically with jQuery sortable while still triggering events

I am using jQuery Sortable. I have the HTML setup like so: <ul id='plan'> <li class=…

javascript jquery jquery-ui jquery-ui-sortable
Move containing elements up and down with jquery

Thanks for any help you can provide! Currently, I use a ui-sortable code to allow users to move items up …

jquery jquery-ui-sortable
dynamically enable/disable jquery sortable item

I have table rows that are sortable depending on whether certain radio buttons are checked or not. The sortables are …

jquery jquery-ui jquery-ui-sortable
jQuery UI Droppable and Sortable - dropping in the correct sort location

I'm working on a project where I'm dragging elements from a 3rd party jQuery control to a jQuery sortable, using …

jquery jquery-ui jquery-ui-sortable jquery-ui-droppable
jQuery UI sortable & selectable

Does anybody know how to combine jQuery UI selectable and sortable ? This script: http://nicolas.rudas.info/jquery/selectables_sortables/ …

jquery jquery-ui jquery-ui-sortable jquery-ui-selectable
JQuery Sortable and automatic scrolling

I am trying to get JQuery Sortable to work but I have run into a slight usability problem. The list …

jquery jquery-ui jquery-ui-sortable