diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 18:17:36 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 18:17:36 +0000 |
commit | 0faeab4c6fcaaec49f2e085e736c3d9eb604cd2d (patch) | |
tree | 1951b43ac32a82a9e40d42f625be01ce65e1c95e /demos/accordion | |
parent | a5cebfaa6a373b3024a4c54ed6634343cb23d8bc (diff) | |
download | jquery-ui-0faeab4c6fcaaec49f2e085e736c3d9eb604cd2d.tar.gz jquery-ui-0faeab4c6fcaaec49f2e085e736c3d9eb604cd2d.zip |
Updated description code
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/mouseover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index 881d1c873..c382a5158 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -58,7 +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> + <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: <pre>event: "mouseover"</pre></p> </div><!-- End demo-description --> |