Skip to content

mashalla/sortablelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Accessible Sortable List

Screenshot

Dependencies

  • Mootools Core 1.4+
  • Mootools More 1.4+
    • Sortables

How to Use

Add a list to your document

<ul id="mylist">
    <li>Item 1</li>
    <li>Item 2</li>
</ul>

and call

var mylist = new SortableList('#mylist');

An example how to style the list can be found in the demo folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published