Skip to content

derek-schultz/jquery-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-tree

jQuery plugin that creates a drag and drop tree from a <ul> or <li> element.

View a demo

Usage

$(document).ready(function () {
    $('ul').tree({'title': 'Sitemap'});
});

Warnings

This plugin was written in 2012 and hasn't since been updated. It is very pre-beta and not necessarily well tested. It requires a modified version of jQuery UI (included) and is definitely lacking in options. CSS needs to be separated into core and theme files.

About

Creates a drag and drop tree from a <ul> or <li>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published