aboutsummaryrefslogtreecommitdiffstats
path: root/demos/toggle/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/toggle/default.html')
-rw-r--r--demos/toggle/default.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/toggle/default.html b/demos/toggle/default.html
index d3d32e02e..6801d9deb 100644
--- a/demos/toggle/default.html
+++ b/demos/toggle/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Toggle 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>
@@ -69,8 +69,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">Toggle</h3>
@@ -97,13 +95,9 @@
</select>
<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>