aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/textarea.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/textarea.html')
-rw-r--r--demos/resizable/textarea.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html
index 58be75722..c6ac48806 100644
--- a/demos/resizable/textarea.html
+++ b/demos/resizable/textarea.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Resizable - Textarea</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>
@@ -25,17 +25,10 @@
</head>
<body>
-<div class="demo">
-
<textarea id="resizable" rows="5" cols="20"></textarea>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>