Home >Web Front-end >JS Tutorial >10 Easy jQuery Drag and Drop Plugins
This post showcases 10 jQuery drag-and-drop plugins you might not have encountered before, enhancing your frontend development capabilities. Note that some plugins may be in beta, under development, or lack ongoing maintenance.
Related: 18 jQuery Drag & Drop Plugins
(Updated 19/05/2013: Added jQuery.Shapeshift, a powerful drag/drop/filter plugin.)
Drag n' Drop Scattered Gallery: A versatile gallery script offering customizable appearances.
[Source][Demo]
(mb)ImgNavigator: View large images using a drag-and-drop navigator map. Drag the image directly or via the navigator.
[Source][Demo]
jQuery List DragSort: A lightweight plugin for drag-and-drop list sorting.
[Source Demo]
Ajax Upload: Upload multiple files with a progress bar and drag-and-drop functionality using XHR.
[Source Demo]
Drop n' Save – Drag & Drop Uploader: Easily add drag-and-drop file uploading to your website.
[Source][Demo]
(mb)ConteinersPlus: Create fully customizable and skinnable containers with drag, resize, collapse, and minimize features.
[Source][Demo]
jQuery Drag Expose: A unique draggable image gallery where users slide through photos by dragging.
[Source][Demo]
Dynamic Drag’n Drop With jQuery And PHP: A practical example demonstrating jQuery and jQuery UI for drag-and-drop functionality.
[Source][Demo]
Collidable Draggables: Adds collision detection to draggable elements.
[Source Demo]
NestedSortable: An extension of the Sortable plugin allowing vertical sorting and nested element drag-and-drop.
[Source][Demo]
Frequently Asked Questions (FAQ):
The FAQ section remains largely unchanged as it provides valuable information about general jQuery drag-and-drop plugin usage. I've preserved the original content.
Remember to replace [Source]
and [Demo]
with actual links to the source code and demo pages for each plugin.
The above is the detailed content of 10 Easy jQuery Drag and Drop Plugins. For more information, please follow other related articles on the PHP Chinese website!