The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
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-sortableI am trying to let user sort this kind of markup <div id="steps"> <div class="sort"&…
jquery jquery-ui html jquery-ui-sortableIs it possible to get the serialized list of items from a UL in jquery by calling the serialize method …
jquery jquery-ui-sortable serializationI have implemented jQueryUI sortable list and it works really nice. At some point in time, I wish to disable …
jquery jquery-ui jquery-ui-sortableI 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-sortableFor some reason the placeholder for my sortable items is about 10px. All my sortable items have different heights. How …
jquery jquery-ui jquery-ui-sortableI 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-sortableAn absolutely common sortable case: <script> $(function() { $("#sortable").sortable(); }); </script> <ul id="sortable"> <…
jquery jquery-ui jquery-ui-sortableI am having a problem regarding sorting an array w.r.t database: NSSortDescriptor *sorter = [[NSSortDescriptor alloc] initWithKey:@"w" ascending:…
iphone nsarray jquery-ui-sortable sortingHere 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