aboutsummaryrefslogtreecommitdiffstats
path: root/demos/widget/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/widget/default.html')
-rw-r--r--demos/widget/default.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html
index 4b4913480..1faf13b66 100644
--- a/demos/widget/default.html
+++ b/demos/widget/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -162,8 +162,6 @@
</head>
<body>
-<div class="demo">
-
<div>
<div id="my-widget1">color me</div>
<div id="my-widget2">color me</div>
@@ -172,15 +170,10 @@
<button id="black">Go black</button>
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p>
<p>The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented</p>
<p><a href="http://wiki.jqueryui.com/w/page/12138135/Widget-factory">For more details on the widget factory, visit the jQuery UI planning wiki.</a></p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>