项目作者: supraniti

项目描述 :
Drag&Drop Sorting and Reordering script for complex nested structures
高级语言: JavaScript
项目地址: git://github.com/supraniti/Lean-Mean-Drag-and-Drop.git
创建时间: 2017-01-18T09:31:42Z
项目社区:https://github.com/supraniti/Lean-Mean-Drag-and-Drop

开源协议:MIT License

下载


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

  1. //Load LMDD css and js files
  2. <link href="../css/lmdd.min.css" rel="stylesheet">
  3. <script src="../js/lmdd.min.js"></script>
  4. //Initialize LMDD instance with your preferred options
  5. <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