Top "Jquery-ui-sortable" questions

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

jquery-ui sortable | How to get it work on iPad/touchdevices?

How do I get the jQuery-UI sortable feature working on iPad and other touch devices? http://jqueryui.com/demos/sortable/ …

ipad jquery-ui scroll touch jquery-ui-sortable
jquery .sortable() on <div>

I am trying to let user sort this kind of markup <div id="steps"> <div class="sort"&…

jquery jquery-ui html jquery-ui-sortable
Jquery sortable('serialize')

Is it possible to get the serialized list of items from a UL in jquery by calling the serialize method …

jquery jquery-ui-sortable serialization
How to turn off sorting with jQueryUI sortable?

I have implemented jQueryUI sortable list and it works really nice. At some point in time, I wish to disable …

jquery jquery-ui jquery-ui-sortable
Jquery ui - sortable: drag by icon 'handle' within sortable element

I have jquery ui sortables working fine but my sortable elements have other interactive elements within them. In order to …

jquery-ui user-interface interface web jquery-ui-sortable
jquery sortable placeholder height problem

For some reason the placeholder for my sortable items is about 10px. All my sortable items have different heights. How …

jquery jquery-ui jquery-ui-sortable
Making a DataGrid Column Header sortable in WPF using C#

I am using C# in Visual Studio 2008 and I have install the WPF Toolkit. I created a DataGrid in testtest.…

wpf datagrid header jquery-ui-sortable
Cancel dragging of a sortable item

An absolutely common sortable case: <script> $(function() { $("#sortable").sortable(); }); </script> <ul id="sortable"> <…

jquery jquery-ui jquery-ui-sortable
I want to sort an array using NSSortDescriptor

I am having a problem regarding sorting an array w.r.t database: NSSortDescriptor *sorter = [[NSSortDescriptor alloc] initWithKey:@"w" ascending:…

iphone nsarray jquery-ui-sortable sorting
jQuery UI sortable: determining in what order the items are

Here is an interesting use of JavaScript: reordering items with drag and drop. The implementation itself in my page works …

javascript jquery html jquery-ui jquery-ui-sortable