Popularity
1.6
Growing
Activity
0.0
Stable
114
5
25

Description

Lean & Mean Drag and Drop is a small script for dragging, dropping, sorting and reordering html structures

Programming language: JavaScript
License: MIT License
Tags: Form Widgets     UI     Sort     Drag And Drop     Sortable     Nested 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.

Do you think we are missing an alternative of Lean-Mean-Drag-and-Drop or a related project?

Add another 'Form Widgets' Library

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.