diff options
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 --> |