Added point to feature list about allowing HTML in nodes

master
Wes 2011-11-12 12:16:00 +00:00
parent d2cdb007ff
commit 85ce851a65
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ Follow me [@wesnolte](http://twitter.com/wesnolte)
jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. To build the tree all you need is to make a single line call to the plugin and supply the HTML element Id for a nested unordered list element that is representative of the data you'd like to display. Features include: jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. To build the tree all you need is to make a single line call to the plugin and supply the HTML element Id for a nested unordered list element that is representative of the data you'd like to display. Features include:
* Very easy to use given a nested unordered list element. * Very easy to use given a nested unordered list element.
* Showing/hiding a particular branch of the tree by click on the respective node. * Showing/hiding a particular branch of the tree by clicking on the respective node.
* Nodes can contain any amount of HTML except `<li>` and `<ul>`.
* Easy to style. * Easy to style.
![jQuery OrgChart](http://i.imgur.com/2OpyG.png "jQuery OrgChart") ![jQuery OrgChart](http://i.imgur.com/2OpyG.png "jQuery OrgChart")