diff options
Diffstat (limited to 'demos/tabs/mouseover.html')
-rw-r--r-- | demos/tabs/mouseover.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index ef362fbc1..052cd24b4 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -19,8 +19,6 @@ </head> <body> -<div class="demo"> - <div id="tabs"> <ul> <li><a href="#tabs-1">Nunc tincidunt</a></li> @@ -39,15 +37,8 @@ </div> </div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Toggle sections open/closed on mouseover with the <code>event</code> option. The default value for event is "click."</p> -<pre><code>event: 'mouseover' -</code></pre> -</div><!-- End demo-description --> - +</div> </body> </html> |