aboutsummaryrefslogtreecommitdiffstats
path: root/demos/removeClass/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/removeClass/default.html')
-rw-r--r--demos/removeClass/default.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/removeClass/default.html b/demos/removeClass/default.html
index 6fcaac471..6cdcac62b 100644
--- a/demos/removeClass/default.html
+++ b/demos/removeClass/default.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects - removeClass 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>
<link rel="stylesheet" href="../demos.css">
<style>
@@ -30,8 +30,6 @@
</head>
<body>
-<div class="demo">
-
<div class="toggler">
<div id="effect" class="newClass ui-corner-all">
Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede.
@@ -40,13 +38,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>