diff options
Diffstat (limited to 'demos/effects_showhide')
-rw-r--r-- | demos/effects_showhide/blind.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/clip.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/default.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/drop.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/explode.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/fold.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/index.html | 24 | ||||
-rw-r--r-- | demos/effects_showhide/puff.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/scale.html | 45 | ||||
-rw-r--r-- | demos/effects_showhide/slide.html | 45 |
10 files changed, 0 insertions, 429 deletions
diff --git a/demos/effects_showhide/blind.html b/demos/effects_showhide/blind.html deleted file mode 100644 index 9027e43e1..000000000 --- a/demos/effects_showhide/blind.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Blind Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.blind.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #blind { width: 240px; height: 135px; padding: 0.4em; } - #blind h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("blind"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="blind" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Blind</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/clip.html b/demos/effects_showhide/clip.html deleted file mode 100644 index 44a497f11..000000000 --- a/demos/effects_showhide/clip.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Clip Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.clip.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #clip { width: 240px; height: 135px; padding: 0.4em; } - #clip .ui-widget-header { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("clip"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="clip" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Clip</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/default.html b/demos/effects_showhide/default.html deleted file mode 100644 index 9027e43e1..000000000 --- a/demos/effects_showhide/default.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Blind Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.blind.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #blind { width: 240px; height: 135px; padding: 0.4em; } - #blind h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("blind"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="blind" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Blind</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html deleted file mode 100644 index ed8e5abee..000000000 --- a/demos/effects_showhide/drop.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Drop Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.drop.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #drop { width: 240px; height: 135px; padding: 0.4em; } - #drop .ui-widget-header { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("drop"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="drop" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Drop</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html deleted file mode 100644 index 67b3c70eb..000000000 --- a/demos/effects_showhide/explode.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Explode Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.explode.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #explode { width: 240px; height: 135px; padding: 0.4em; position: absolute; } - #explode h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("explode"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="explode" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Explode</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/fold.html b/demos/effects_showhide/fold.html deleted file mode 100644 index 58b302d1f..000000000 --- a/demos/effects_showhide/fold.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Fold Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.fold.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #fold { width: 240px; height: 135px; padding: 0.4em; } - #fold h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("fold"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="fold" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Fold</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/index.html b/demos/effects_showhide/index.html deleted file mode 100644 index e8a30d483..000000000 --- a/demos/effects_showhide/index.html +++ /dev/null @@ -1,24 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Show/Hide Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> -</head> -<body> - -<div class="demos-nav"> - <h4>Effect examples</h4> - <ul> - <li class="demo-config-on"><a href="default.html">Blind</a></li> - <li><a href="clip.html">Clip</a></li> - <li><a href="drop.html">Drop</a></li> - <li><a href="explode.html">Explode</a></li> - <li><a href="fold.html">Fold</a></li> - <li><a href="puff.html">Puff</a></li> - <li><a href="scale.html">Scale</a></li> - <li><a href="slide.html">Slide</a></li> - </ul> -</div> - -</body> -</html> diff --git a/demos/effects_showhide/puff.html b/demos/effects_showhide/puff.html deleted file mode 100644 index 78b1ccabd..000000000 --- a/demos/effects_showhide/puff.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Puff Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.scale.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #puff { width: 240px; height: 135px; padding: 0.4em; } - #puff h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("puff"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="puff" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Puff</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/scale.html b/demos/effects_showhide/scale.html deleted file mode 100644 index 640a14437..000000000 --- a/demos/effects_showhide/scale.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Scale Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.scale.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #scale { width: 240px; height: 135px; padding: 0.4em; } - #scale h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("scale"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="scale" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Scale</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> diff --git a/demos/effects_showhide/slide.html b/demos/effects_showhide/slide.html deleted file mode 100644 index 1da994bac..000000000 --- a/demos/effects_showhide/slide.html +++ /dev/null @@ -1,45 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - Slide Demo</title> - <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> - <script type="text/javascript" src="../../ui/effects.core.js"></script> - <script type="text/javascript" src="../../ui/effects.slide.js"></script> - <link type="text/css" href="../demos.css" rel="stylesheet" /> - <style type="text/css"> - .toggler { width: 500px; height: 300px; } - #slide { width: 240px; height: 135px; padding: 0.4em; } - #slide h3 { margin: 0; padding: 0.4em; text-align: center; } - </style> - <script type="text/javascript"> - $(function() { - $(".toggler").click(function() { - $("> :eq(0)", this).toggle("slide"); - }); - }); - </script> -</head> -<body> - -<div class="demo"> - -<div class="toggler"> - <div id="slide" class="ui-widget-content ui-corner-all"> - <h3 class="ui-widget-header ui-corner-all">Slide</h3> - <p> - Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. - </p> - </div> -</div> - -</div><!-- End demo --> - -<div class="demo-description"> - -<p>Click anywhere in the frame above to toggle the effect.</p> - -</div><!-- End demo-description --> - -</body> -</html> |