🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Waffler is a very lightweight jQuery plugin that enables you to re-sort an Html list using drag and drop.

Sort Drag

Documentation

Waffler jQuery Plugin

Demo

You can see a live demo of this plugin here.

Example Usage

HTML

Add the .waffle class to any ul or ol that you'd like to turn into a waffler.

<ul class="waffle">     <li class="red">Item 1</li>     <li class="orange">Item 2</li>     <li class="yellow">Item 3</li>     <li class="green">Item 4</li>     <li class="blue">Item 5</li>     <li class="purple">Item 6</li> </ul>

jQuery

$(document).waffler();

License

This plugin is available under the MIT license.


You May Also Like