JQuery Interactions could be added basic mouse-based behaviors to any element. Using with interactions, We can create sortable lists, resizable elements, drag & drop behaviours. JQuery Interactions also make great building blocks for more complex widgets and applications.
Sr.No. | Interactions | Description |
1. | Drag able | Enable drag able functionality on any DOM element. |
2. | Drop able | Enable any DOM element to be drop able. |
3. | Resize able | Enable any DOM element to be resize-able. |
4. | Select able | Enable a DOM element (or group of elements) to be selectable. |
5. | Sort able | Enable a group of DOM elements to be sortable. |
Recommended Posts