supraniti / Lean-Mean-Drag-and-Drop

Drag&Drop Sorting and Reordering script for complex nested structures
https://supraniti.github.io/Lean-Mean-Drag-and-Drop/
MIT License
117 stars 25 forks source link
drag-and-drop draggable nested-structures sortable sortable-lists transitions

Lean-Mean-Drag-and-Drop

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

Features

Usage

//Load LMDD css and js files

<link href="https://github.com/supraniti/Lean-Mean-Drag-and-Drop/blob/master/./css/lmdd.min.css" rel="stylesheet">
<script src="https://github.com/supraniti/Lean-Mean-Drag-and-Drop/raw/master/./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

License

MIT