There are only 5 plugins available in the interaction section; that is Draggable, Droppable, Resizable, Selectable and Sortable. Interaction Plugins handles complex behaviors such as drag and drop, resizing, selection and sorting.
Draggable: It enables draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.
Droppable: It enables any DOM element to be droppable, a target for draggable elements.
Resizable: It enables any DOM element to be resizable. With the cursor, grab the right or bottom border and drag to the desired width or height.
Selectable: It enables a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections.
Sortable: It enables a group of DOM elements to be sortable. Click on and drag an element to a new spot within the list, and the other items will adjust to fit. By default, sortable items share draggable properties.
Posted Date:- 2021-09-01 05:12:05
How jQuery stores data related to an element?
What is the difference between jQuery.get() and jQuery.ajax() ?
What is Method Chaining in jQuery? What advantages does it offer?
What is the use of the val() method in jQuery?
What is the use of the serialize() method in jQuery?
Describe the functionality of read cookies, write cookies and delete cookies in jQuery.
Differentiate between width() vs css(‘width’) in jQuery.
What is jQuery Effects - Fading?
What is jQuery UI Sortable and how to use it?
How to add and remove CSS classes to an element using jQuery?
What is the use of the toggle() method in JQuery?
Difference between prop and attr?
What are all the ways to include jQuery on a page?
What is the difference between Map and Grep function in jQuery?
List the four parameters used for the jQuery Ajax method.
Can you give some situations or scenarios for using jQuery?
Can I use a jQuery library for server scripting?
Identify any difference between .detach() and .remove() of jQuery.
Explain any of the advantages of hosting a jQuery from CDN.
What is queue() in Jquery? Use of queue() in jquery?
What is jQuery Datepicker in jQuery?
What is the use of html() method in JQuery?
Explain the functionality of jQuery UI (user interface).
Differentiate between jquery.min.js and jquery.js
Explain the Applications for jQuery Mobile.
What are the four parameters used for the jQuery Ajax method?
Briefly explain the bootstrap and JavaScript plug-in.
Differentiate between the ID and Class selector in jQuery.
What is the difference between $(window).load and $(document).ready function in jQuery?
What is the difference between bind() vs live() vs delegate() methods in jQuery?
Differentiate among .empty() vs .remove() vs .detach() in jQuery.
Explain the difference between the .detach() and remove() methods in jQuery.
What is the advantage of hosting a jQuery using a CDN?
What is a Data Table plug-in for jQuery?
Is it possible that jQuery HTML works for both HTML and XML documents?
What is the difference between jquery.min.js and jquery.js?
What is the difference between onload() and document.ready() methods?
Define jQuery UI Autocomplete ?
What $(document).ready(function()) is and when to use it?
What is the history of jQuery UI and how to use it?
What is the usage of Draggable, Droppable, Resizable, Selectable in jQuery UI?
Define Add or Remove class in jQuery?
What is resize() function in jQuery?
What is the difference between bind() and live() method in jQuery ?