From 986505846ed27d34962353a967d1689cbdda4969 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Mon, 19 Jan 2009 21:02:36 +0000 Subject: updated the demo captions, and reordered the examples navigation --- demos/accordion/mouseover.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'demos/accordion/mouseover.html') 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 @@ - jQuery UI Accordion - Mouseover Demo + jQuery UI Accordion - Open on mouseover @@ -58,9 +58,7 @@
-

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:

-
event: "mouseover"
-
+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

-- cgit v1.2.3