diff options
Diffstat (limited to 'demos/hide')
-rw-r--r-- | demos/hide/default.html | 11 | ||||
-rw-r--r-- | demos/hide/index.html | 12 |
2 files changed, 6 insertions, 17 deletions
diff --git a/demos/hide/default.html b/demos/hide/default.html index 36cbb0a7b..5ea970fd3 100644 --- a/demos/hide/default.html +++ b/demos/hide/default.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -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> diff --git a/demos/hide/index.html b/demos/hide/index.html index f5bd6a0e4..3620fd7c5 100644 --- a/demos/hide/index.html +++ b/demos/hide/index.html @@ -1,18 +1,14 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Effects Demos</title> - <link rel="stylesheet" href="../demos.css"> </head> <body> -<div class="demos-nav"> - <h4>Examples</h4> - <ul> - <li class="demo-config-on"><a href="default.html">Default functionality</a></li> - </ul> -</div> +<ul> + <li><a href="default.html">Default functionality</a></li> +</ul> </body> </html> |