aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/default.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 21:02:36 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 21:02:36 +0000
commit986505846ed27d34962353a967d1689cbdda4969 (patch)
tree4cbdb57a1a509b743fdf91d117169dc97e8d0484 /demos/accordion/default.html
parent8ff7897aa247f10cb348b1a47d423c1b9e75c5b6 (diff)
downloadjquery-ui-986505846ed27d34962353a967d1689cbdda4969.tar.gz
jquery-ui-986505846ed27d34962353a967d1689cbdda4969.zip
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/accordion/default.html')
-rw-r--r--demos/accordion/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html
index b9d74c6c6..c85605aec 100644
--- a/demos/accordion/default.html
+++ b/demos/accordion/default.html
@@ -57,7 +57,8 @@
<div class="demo-description">
-<p>This is a default accordion which is an expandable/collapsible content pane that is useful for situations when content must be displayed within limited space and can be broken into logical sections, much like tabs. Sections open when clicked by default. The HTML code is a series of headers (H3) and content divs so the content is still usable without Javascript.</p>
+<p>Click headers to expand/collapse content broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.</p>
+<p>The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.</p>
</div>