diff options
Diffstat (limited to 'demos/hide/default.html')
-rw-r--r-- | demos/hide/default.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/hide/default.html b/demos/hide/default.html index 36cbb0a7b..2ca1587e2 100644 --- a/demos/hide/default.html +++ b/demos/hide/default.html @@ -1,10 +1,10 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Effects - Hide Demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.0.js"></script> + <script src="../../jquery-1.8.2.js"></script> <script src="../../ui/jquery.ui.effect.js"></script> <script src="../../ui/jquery.ui.effect-blind.js"></script> <script src="../../ui/jquery.ui.effect-bounce.js"></script> @@ -61,8 +61,6 @@ </head> <body> -<div class="demo"> - <div class="toggler"> <div id="effect" class="ui-widget-content ui-corner-all"> <h3 class="ui-widget-header ui-corner-all">Hide</h3> @@ -90,13 +88,8 @@ <a href="#" id="button" class="ui-state-default ui-corner-all">Run Effect</a> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Click the button above to preview the effect.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |