diff options
Diffstat (limited to 'demos/tabs/mouseover.html')
-rw-r--r-- | demos/tabs/mouseover.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 12b0be70f..ce2e866c3 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Tabs - Mouseover Demo</title> + <title>jQuery UI Tabs - 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> @@ -41,9 +41,7 @@ <div class="demo-description"> -<p> -This example changes the default swap event from a click to mouseover by changing the event option: -</p> +<p>Toggle sections open/closed on mouseover with the <strong>event</strong> option. The default value for event is "click."</p> <pre><code>event: 'mouseover' </code></pre> |