The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
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 serializationThis has me stumped. The follow code returns ",,,,,,": <script type="text/javascript"> $(function() { $('#listB').sortable({ connectWith: '#…
jquery-ui jquery-ui-sortable iqueryable.toarrayI 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-sortableIn the example given at http://jqueryui.com/demos/sortable/#placeholder the placeholder is the orange box that appears when …
jquery jquery-ui jquery-ui-sortableI am working with jquery ui sortable. I would like to get the sorting array to pass it to the …
jquery jquery-ui-sortableI'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-sortableI have: <ul id="sortableList"> <li>item 1</li> <li>item 2</li&…
jquery-ui jquery-ui-sortableI am looking to sort my divs horizontally in a container div. I found an example on JQuery website but …
jquery jquery-ui jquery-ui-sortableI 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-droppableThis 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