updated readme to include restrictions on HTML in nodes

master
Wes 2011-11-11 18:10:17 +00:00
parent 6658952474
commit 2c766d8ea7
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ You'll need to construct a nest unordered list that represents your node nesting
</li>
</ul>
--Note that you can include any amount of HTML markup in your `<li>` **except** for other `<ul>` or `<li>` elements.--
-----
###The jQuery Call