aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/constrain-area.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/constrain-area.html')
-rw-r--r--demos/resizable/constrain-area.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html
index 02c8b53e4..562a1c29b 100644
--- a/demos/resizable/constrain-area.html
+++ b/demos/resizable/constrain-area.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Resizable - Constrain resize area</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.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
@@ -26,8 +26,6 @@
</head>
<body>
-<div class="demo">
-
<div id="container" class="ui-widget-content">
<h3 class="ui-widget-header">Containment</h3>
<div id="resizable" class="ui-state-active">
@@ -35,13 +33,8 @@
</div>
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Define the boundaries of the resizable area. Use the <code>containment</code> option to specify a parent DOM element or a jQuery selector, like 'document.'</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>