logo
Nestable

Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin). Demo page.

Usage

To use the plugin, you need to add the following files.

<!-- CSS -->
<link rel="stylesheet" href="libs/nestable/jquery.nestable.min.css" type="text/css">

<!-- Javascript -->
<script src="libs/nestable/jquery.nestable.min.js"></script>

Basic example

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 4
    2. Item 5
[]
On this page