Home >Web Front-end >JS Tutorial >jQuery LigerUI plug-in introduction and use of ligerDrag and ligerResizable sample code packaging_jquery
ligerDrag()
Makes the target object draggable.
Parameters
handler
The area of dragging. Dragging can be triggered only in this area. It can be a string (jQuery selector) or a Dom jQuery object
onStartDrag
Start drag event
onDrag
Drag event
onStopDrag
End drag event
Example 1: Default mode