From 85ce851a6526befb7dc44c8c040d35e89a4adddd Mon Sep 17 00:00:00 2001 From: Wes Date: Sat, 12 Nov 2011 12:16:00 +0000 Subject: [PATCH] Added point to feature list about allowing HTML in nodes --- readme.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 46f9f9b..1b8b9ad 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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: * 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 `
  • ` and `