The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
I have two lists #sortable1 and #sortable 2 which are connected sortables, as shown in this example. You can drag and …
jquery jquery-ui drag-and-drop jquery-ui-sortableIs there any fix to make Jquery-ui sortable work on touch devices based on Android or IOS?
iphone android ios jquery-ui jquery-ui-sortableIs it possible to lock list items in JQuery sortable list in a way that those items will stay in …
jquery jquery-ui-sortableHow can I exclude an element from sortable list? For instance, there is an element with class name 'note' that …
jquery jquery-ui jquery-ui-sortable jquery-ui-draggableI am using jQuery Sortable. I have the HTML setup like so: <ul id='plan'> <li class=…
javascript jquery jquery-ui jquery-ui-sortableThanks for any help you can provide! Currently, I use a ui-sortable code to allow users to move items up …
jquery jquery-ui-sortableI have table rows that are sortable depending on whether certain radio buttons are checked or not. The sortables are …
jquery jquery-ui jquery-ui-sortableI'm working on a project where I'm dragging elements from a 3rd party jQuery control to a jQuery sortable, using …
jquery jquery-ui jquery-ui-sortable jquery-ui-droppableDoes anybody know how to combine jQuery UI selectable and sortable ? This script: http://nicolas.rudas.info/jquery/selectables_sortables/ …
jquery jquery-ui jquery-ui-sortable jquery-ui-selectableI am trying to get JQuery Sortable to work but I have run into a slight usability problem. The list …
jquery jquery-ui jquery-ui-sortable