jQuery Interactions
jQueryUI Sortable
jQueryUI sortable() method is used to re-order elements in the list or grid form, by using the mouse. The sorting ability of this method is…
jQuery UI Selectable
jQuery UI selectable() method is used to select DOM element individually or in a group. With this method, you can select element by dragging a…
jQuery UI resizable
jQuery UI resizable() method is used to resize any DOM element. It simplifies the method of resizing of elements and reduces time and a lot…
jQuery UI Draggable
jQuery UI draggable() method is used to make any DOM element draggable. Once the element is made draggable, you can move it by clicking on…