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/mouseover.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/mouseover.html')
-rw-r--r-- | demos/accordion/mouseover.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index ac01a2565..881d1c873 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -58,8 +58,7 @@ <div class="demo-description"> - <p>In this example, we've customized the event to have sections open on mouseover instead of on click. This is done by simply adding this option to the accordion:</p> -<pre>event: "mouseover"</pre> + <p>In this example, we've customized the event to have sections open on mouseover instead of on click. This is done by simply adding this option event: "mouseover" to the accordion:</p> </div><!-- End demo-description --> |