README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (496B) | |
--- | |
1 treeview | |
2 ======== | |
3 | |
4 Small treeview script. | |
5 | |
6 | |
7 FEATURES | |
8 -------- | |
9 | |
10 - Small | |
11 - Filesize: +- 1KB. | |
12 - Lines: +- 25 lines of Javascript and +- 25 lines of CSS. | |
13 - No dependencies on other libraries like jQuery. | |
14 - Expand and collapse all child nodes with ctrl-click. | |
15 - Graceful fallback if Javascript is disabled. | |
16 - Permissive ISC license, see LICENSE file. | |
17 - Officially supported browsers are: | |
18 - Firefox and Firefox ESR. | |
19 - Chrome | |
20 - IE9+ | |
21 | |
22 | |
23 Author | |
24 ------ | |
25 | |
26 Hiltjo Posthuma <[email protected]> |