Description
Lean & Mean Drag and Drop is a small script for dragging, dropping, sorting and reordering html structures
Lean-Mean-Drag-and-Drop alternatives and similar libraries
Based on the "Form Widgets" category.
Alternatively, view Lean-Mean-Drag-and-Drop alternatives based on common mentions on social networks and blogs.
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS. -
jQuery-File-Upload
DISCONTINUED. File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. -
select2
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. -
Sortable ย
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required. -
dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars. -
selectize.js
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. -
bootstrap-select
:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. -
fine-uploader
DISCONTINUED. Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 uploading. -
plupload
Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight. -
jQuery-Autocomplete
Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields -
selectize.js (old)
Selectize is the hybrid of a textbox and select box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. -
FileAPI
FileAPI โ a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF. -
jQuery-Tags-Input
DISCONTINUED. Magically convert a simple text input into a cool tag list with this jQuery plugin. -
flow.js
A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API. -
analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors -
jquery multi-select
A user-friendlier drop-in replacement for the standard select with multiple attribute activated. -
Garlic.js
Automatically persist your forms' text and select field values locally, until the form is submitted. -
datedropper
DISCONTINUED. datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields. -
Duet Date Picker
DISCONTINUED. Duet Date Picker is an open source version of Duet Design Systemโs accessible date picker. Try live example at https://duetds.github.io/date-picker/ -
JavaScript-autoComplete
An extremely lightweight and powerful vanilla JavaScript completion suggester. -
Syncfusion JavaScript UI Controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications. -
Ajax Bootstrap Select
This uses the bootstrap-select plugin and extends it so that you can use a remote source to search. -
Amazon Autocomplete JS Plugin
๐ Unlock the full power of the Amazon autocompletion engine right into your search input. JavaScript Plugin. -
HTML5 AJAX File Uploader
JavaScript library that manages file uploads using html5 drag and drop and file API's. -
Ion.CheckRadio
DISCONTINUED. jQuery plugin for styling checkboxes and radio-buttons. With skin support.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Lean-Mean-Drag-and-Drop or a related project?
README
Lean-Mean-Drag-and-Drop
Lean & Mean Drag and Drop is a small script for dragging, dropping, sorting and reordering html structures
Features
- Supports nested structures ('nestable sortables')
- Smooth transitions
- Auto scroll while dragging
- Lightweight (~3.5kb gzipped) With no dependencies
- Supports touch events
- Super easy to integrate
Usage
//Load LMDD css and js files
<link href="../css/lmdd.min.css" rel="stylesheet">
<script src="../js/lmdd.min.js"></script>
//Initialize LMDD instance with your preferred options
<script>lmdd.set(document.getElementById('markupID'),{optionsObject});</script>
Examples & Instrcutions
can be found here: https://supraniti.github.io/Lean-Mean-Drag-and-Drop/
Notes
- Bug reports, Feature requests, Questions and any other feedback are welcome
License
MIT
*Note that all licence references and agreements mentioned in the Lean-Mean-Drag-and-Drop README section above
are relevant to that project's source code only.