The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
I want to use the jQuery UI sortable function to allow users to set an order and then on change, …
php jquery mysql jquery-ui jquery-ui-sortableIs there way to get current position of helper being dragged on over new position ? $("#sortable").sortable({ start: function (event, …
jquery jquery-ui-sortableI want to output some data from the database in a HTML table, and I want the user to be …
jquery jquery-ui html-table jquery-ui-sortableHow do I track what position an element is when its position in a sortable list changes?
jquery jquery-ui jquery-ui-sortableIf I have several divs: <div data-sort='1'>div1</div> <div data-sort='4'&…
jquery jquery-selectors javascript jquery-ui-sortableIm trying to develop a small page that has the following functionality: Page will have two divs: one being #origin, …
jquery jquery-ui-sortable jquery-ui-draggable jquery-ui-droppableI am using jQuery UI sortable to make my table grid sortable. The code seems to work fine but because …
jquery jquery-ui jquery-ui-sortableI have a <ul> list that I want to make sortable (drag & drop). How can I get …
twitter-bootstrap jquery-ui touch jquery-ui-sortableIs it at all easy to use jQuery.sortable on ng-repeat elements in AngularJS? It would be awesome if re-ordering …
javascript angularjs jquery-ui-sortableI have elements on the page which are draggable with jQuery. Do these elements have click event which navigates to …
javascript jquery events drag-and-drop jquery-ui-sortable