aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/decimal.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/decimal.html')
-rw-r--r--demos/spinner/decimal.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html
index 5475dc76c..3ab3ea073 100644
--- a/demos/spinner/decimal.html
+++ b/demos/spinner/decimal.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Spinner - Decimal</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="../../external/globalize.js"></script>
<script src="../../external/globalize.culture.de-DE.js"></script>
@@ -31,8 +31,6 @@
</head>
<body>
-<div class="demo">
-
<p>
<label for="spinner">Decimal spinner:</label>
<input id="spinner" name="spinner" value="5.06">
@@ -46,10 +44,6 @@
</select>
</p>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>
Example of a decimal spinner. Step is set to 0.01.
@@ -57,7 +51,6 @@
then changes the culture, then sets the value again, resulting in an updated
formatting, based on the new culture.
</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>