aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/index.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 16:15:57 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 16:15:57 +0000
commitf68e99afab2b4331d181d80d6251230bccfd75eb (patch)
treebb636ded35e2ae35029cbeddaa5942b13bf084e8 /demos/accordion/index.html
parenta16c0e805eb9451dfe3a44e6f4db73ecd6aac750 (diff)
downloadjquery-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.html4
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>