Lean & Mean Drag and Drop is a small script for dragging, dropping, sorting and reordering html structures
- 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
//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>
can be found here: https://supraniti.github.io/Lean-Mean-Drag-and-Drop/
- Bug reports, Feature requests, Questions and any other feedback are welcome
MIT