aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/forms.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tooltip/forms.html')
-rw-r--r--demos/tooltip/forms.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html
index 760fed4d7..da3affa2d 100644
--- a/demos/tooltip/forms.html
+++ b/demos/tooltip/forms.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Tooltip - Default 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.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
@@ -40,8 +40,6 @@
</head>
<body>
-<div class="demo">
-
<form>
<fieldset>
<div>
@@ -59,14 +57,9 @@
</fieldset>
</form>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Use the button below to display the help texts, or just focus or mouseover the indivdual inputs.</p>
<p>A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>