Skip to content

A jQuery plugin for creating drag and drop re-organizable lists.

Notifications You must be signed in to change notification settings

zenahirsch/jquery-waffler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A jQuery plugin for creating drag and drop re-organizable lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published