diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 21:02:36 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 21:02:36 +0000 |
commit | 986505846ed27d34962353a967d1689cbdda4969 (patch) | |
tree | 4cbdb57a1a509b743fdf91d117169dc97e8d0484 /demos/accordion/mouseover.html | |
parent | 8ff7897aa247f10cb348b1a47d423c1b9e75c5b6 (diff) | |
download | jquery-ui-986505846ed27d34962353a967d1689cbdda4969.tar.gz jquery-ui-986505846ed27d34962353a967d1689cbdda4969.zip |
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/accordion/mouseover.html')
-rw-r--r-- | demos/accordion/mouseover.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index 25f0b2799..4be3c2c43 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Accordion - Mouseover Demo</title> + <title>jQuery UI Accordion - Open on mouseover</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -58,9 +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 event: "mouseover" to the accordion:</p> -<pre><code>event: "mouseover" -</code></pre> +<p>Toggle sections open/closed on mouseover with the <strong>event</strong> option. The default value for event is "click."</p> </div><!-- End demo-description --> |