Skip to content

Instantly share code, notes, and snippets.

@Achaius
Created April 2, 2013 12:13
Show Gist options
  • Save Achaius/5291761 to your computer and use it in GitHub Desktop.
Save Achaius/5291761 to your computer and use it in GitHub Desktop.
nestable code snippet
<div class="dd" id="nestable1">
<ol class="dd-list">
<li class="dd-item" data-id="1">
<div class="dd-handle">
<a href="#" class="dd-nodrag">Item 1</a>
</div>
</li>
<li class="dd-item" data-id="1">
<div class="dd-handle">
<a href="#" class="dd-nodrag">Item 2</a>
</div>
</li>
</ol>
</div>
$('#nestable').nestable( ).on({
// Some server side scripting
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment