Top "Jquery-ui-sortable" questions

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

jqueryUI Sortable: handling .disableSelection() on form inputs

example: i have an un-ordered list containing a bunch of form inputs. after making the ul .sortable(), I call .disableSelection() …

jquery-ui forms jquery-ui-sortable textselection
jQuery UI Draggable/Sortable - Dynamically added items not draggable

I have a Draggable/Sortable set of lists that I am dynamically adding items to, but the trouble is, that …

jquery jquery-ui jquery-ui-sortable jquery-ui-draggable
jQuery sortable obtain 2 elements being swapped

I cannot find out how to obtain destination element with jQuery UI sortable. $("#pages").sortable({ opacity: 0.6, update: function(event, ui) { …

javascript jquery jquery-ui jquery-ui-sortable
jQuery UI Sortable - how to include/exclude multiple "items"?

I have a working example of the jQuery UI Sortable function. I'm applying it to a HTML table to drag …

jquery-ui jquery-ui-sortable items
jQueryUI sortable on table rows shrinks them while being dragged

This issue of table rows shrinking while dragged in the sortable function troubles me for a long time. Any answer? (…

jquery jquery-ui html-table jquery-ui-sortable shrink
Drag object into sortable list - AngularJS

Problem: I'm trying to recreate the Draggable + Sortable functionality from jQuery and can't get the dropped element to go into …

jquery jquery-ui angularjs draggable jquery-ui-sortable
Jquery sortable stange mouse offset

I'm working with the jQuery sortable plugin( 2 connected lists) and have a strange bug. When you drag the picture the …

jquery mouse jquery-ui-sortable offset
jquery Sortable connectWith calls the update method twice

In the code below the update function gets called twice when an item is moved from list sortable1 to sortable2. …

jquery jquery-ui-sortable
Getting the position of the element in a list when it's drag/dropped (ui.sortable)

I have a sortable list like this one: http://jqueryui.com/demos/sortable Is it possible to get the start …

javascript jquery drag-and-drop position jquery-ui-sortable
Implement ajax sortable lists with jQuery and Rails 3

There are many similar questions but I can't find one that exactly meets my needs. You'd think this is a …

jquery ruby-on-rails ruby-on-rails-3 jquery-ui-sortable