Top "Jquery-ui-sortable" questions

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

jQuery: What to do with the list that sortable('serialize') returns?

With jQuery I'm retrieving positions of a sortable list using 'serialize', like this: var order = $('ul').sortable('serialize'); The variable …

jquery ajax jquery-ui-sortable serialization
jQuery UI: sortable('toArray') returns an empty array

This has me stumped. The follow code returns ",,,,,,": <script type="text/javascript"> $(function() { $('#listB').sortable({ connectWith: '#…

jquery-ui jquery-ui-sortable iqueryable.toarray
jQuery sortable get .index() before and after sorting?

I am using jQuery's sortable on a tagging plugin, The plugin maintains an array of objects that relate to the …

jquery jquery-ui jquery-ui-sortable
jquery UI sortable: how can I change the appearance of the "placeholder" object?

In the example given at http://jqueryui.com/demos/sortable/#placeholder the placeholder is the orange box that appears when …

jquery jquery-ui jquery-ui-sortable
Jquery ui sortable drop event

I am working with jquery ui sortable. I would like to get the sorting array to pass it to the …

jquery jquery-ui-sortable
How do I connect multiple sortable lists to each other in jQuery UI?

I'm new to jQuery, and I'm totally struggling with using jQuery UI's sortable. I'm trying to put together a page …

javascript jquery ajax jquery-ui jquery-ui-sortable
How to horizontally sort divs using Sortable in JQuery

I am looking to sort my divs horizontally in a container div. I found an example on JQuery website but …

jquery jquery-ui jquery-ui-sortable
jQuery Sortable and Droppable

I want to have a list that is sortable, but I also want the elements in that list to be …

jquery jquery-ui-sortable jquery-ui-draggable jquery-ui-droppable
Sortable + nested lists with jQuery UI 1.8.2

This question is all over SO, but no one seems to have had the same problem as I have. When …

jquery jquery-ui jquery-ui-sortable