The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
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 textselectionI 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-draggableI 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-sortableI 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 itemsThis 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 shrinkProblem: 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-sortableI'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 offsetIn the code below the update function gets called twice when an item is moved from list sortable1 to sortable2. …
jquery jquery-ui-sortableI 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-sortableThere 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