diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 16:15:57 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 16:15:57 +0000 |
commit | f68e99afab2b4331d181d80d6251230bccfd75eb (patch) | |
tree | bb636ded35e2ae35029cbeddaa5942b13bf084e8 /demos/accordion/index.html | |
parent | a16c0e805eb9451dfe3a44e6f4db73ecd6aac750 (diff) | |
download | jquery-ui-f68e99afab2b4331d181d80d6251230bccfd75eb.tar.gz jquery-ui-f68e99afab2b4331d181d80d6251230bccfd75eb.zip |
Added new custom icon and collapsable demos, updated index
Diffstat (limited to 'demos/accordion/index.html')
-rw-r--r-- | demos/accordion/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html index f43a4f34d..a535d0fee 100644 --- a/demos/accordion/index.html +++ b/demos/accordion/index.html @@ -9,8 +9,10 @@ <h4>Accordion</h4> <ul> <li class="demo-config-on"><a href="default.html">Basic accordion (default)</a></li> - <li><a href="mouseover.html">Mouseover accordion</a></li> + <li><a href="mouseover.html">Mouseover event</a></li> <li><a href="fillspace.html">FillSpace example</a></li> + <li><a href="custom_icons.html">Custom icons</a></li> + <li><a href="collapsable.html">Collapsable</a></li> </ul> </div> </body> |