JqueryUI - Sortable, Jquery jQueryUI provides sortable() method to reorder elements in list or grid using the mouse. This method performs sortability action based upon an operation string passed as the first parameter.SyntaxThe sortable () method can be used in two forms −$(selector, context).sortable (options) Method$(selector, context).sortable...
Showing posts with label JqueryUI - Sortable. Show all posts
Showing posts with label JqueryUI - Sortable. Show all posts
03 January, 2019
JqueryUI - Sortable, Jquery
Programing Coderfunda
January 03, 2019
Jquery, JqueryUI - Sortable
No comments
JqueryUI - Sortable, Jquery
jQueryUI provides sortable() method to reorder elements in
list or grid using the mouse. This method performs sortability action
based upon an operation string passed as the first parameter.
Syntax
The sortable () method can be used in two forms −
$(selector, context).sortable (options) Method
$(selector, context).sortable...