jQuery UI Draggable
To make a DOM element draggable, the jQuery UI draggable() method is used. Thus the element can be moved by clicking on it with the mouse. It can also be dragged anywhere within the viewport. Syntax: The draggable () method can be used in either of the two forms: $(selector, context).draggable (options) Method $(selector, context).draggable … Read more