aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/currency.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/currency.html')
-rw-r--r--demos/spinner/currency.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index 2343b6789..f15511ab7 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Spinner - Default functionality</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>
@@ -32,8 +32,6 @@
</head>
<body>
-<div class="demo">
-
<p>
<label for="currency">Currency to donate</label>
<select id="currency" name="currency">
@@ -47,13 +45,8 @@
<input id="spinner" name="spinner" value="5">
</p>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Example of a donation form, with currency selection and amount spinner.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>