aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/overflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/overflow.html')
-rw-r--r--demos/spinner/overflow.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html
index 27db127c1..6889f5feb 100644
--- a/demos/spinner/overflow.html
+++ b/demos/spinner/overflow.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Spinner - Overflow</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="../../external/jquery.mousewheel.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
@@ -29,23 +29,16 @@
</head>
<body>
-<div class="demo">
-
<p>
<label for="spinner">Select a value:</label>
<input id="spinner" name="value" />
</p>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>
Overflowing spinner restricted to a range of -10 to 10.
For anything above 10, it'll overflow to -10, and the other way round.
</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>