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.
-
jQuery-File-Upload
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. -
Joplin
Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS. -
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. -
Uppy
The next open source file uploader for web browsers :dog: -
chosen
Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly. -
fullcalendar
Full-sized drag & drop event calendar in JavaScript -
bootstrap-datepicker
A datepicker for twitter bootstrap (@twbs) -
dropzone
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars. -
typeahead.js
typeahead.js is a fast and fully-featured autocomplete library -
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. -
Date Range Picker
JavaScript Date Range, Date and Time Picker Component -
bootstrap-select
:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. -
filepond
๐ A flexible and fun JavaScript file upload library -
card
:credit_card: make your credit card form better in one line of code -
fine-uploader
Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 uploading. -
tui.calendar
๐๐ A JavaScript calendar that has everything you need. -
Pikaday
A refreshing JavaScript Datepicker โ lightweight, no dependencies, modular CSS -
pickadate.js
The mobile-friendly, responsive, and lightweight jQuery date & time input picker. -
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. -
awesomplete
Ultra lightweight, usable, beautiful autocomplete with zero dependencies. -
jQuery-Autocomplete
Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields -
Choices.js
A vanilla JS customisable select box/text input plugin โก๏ธ -
At.js
Add Github like mentions autocomplete to your application. -
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. -
tag-it
A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete. -
jQuery-Tags-Input
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. -
rome
:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery! -
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. -
fancyInput
Makes typing in input fields fun with CSS3 effects -
analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors -
Countable
Add live paragraph-, word- and character-counting to an HTML element. -
datedropper
datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields. -
vanilla-masker
VanillaMasker is a pure javascript mask input -
Duet Date Picker
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/ -
Placeholders.js
A JavaScript polyfill for the HTML5 placeholder attribute -
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. -
DHTMLX Scheduler
GPL version of JavaScript Event Scheduler -
Amazon Autocomplete JS Plugin
๐ Unlock the full power of the Amazon autocompletion engine right into your search input. JavaScript Plugin. -
Ajax Bootstrap Select
This uses the bootstrap-select plugin and extends it so that you can use a remote source to search. -
HTML5 AJAX File Uploader
JavaScript library that manages file uploads using html5 drag and drop and file API's. -
Ion.CheckRadio
jQuery plugin for styling checkboxes and radio-buttons. With skin support.
A Non-Cloud Alternative to Google Forms that has it all.
* 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.