aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-10-03 22:37:03 +0200
committerFelix Nagel <info@felixnagel.com>2012-10-03 22:37:03 +0200
commitcca4e77a95eb7024c204f4d0719baa2ef6195ed2 (patch)
tree732a8e171647d9b25b1b2988f09dccc5d182bad7 /demos/spinner
parent5e12c54be1813e1f627d3214c11d7520fb46c647 (diff)
parente8bdf468614e59309b4a02ad4f6c29c1d06083c1 (diff)
downloadjquery-ui-cca4e77a95eb7024c204f4d0719baa2ef6195ed2.tar.gz
jquery-ui-cca4e77a95eb7024c204f4d0719baa2ef6195ed2.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'demos/spinner')
-rw-r--r--demos/spinner/currency.html11
-rw-r--r--demos/spinner/decimal.html11
-rw-r--r--demos/spinner/default.html11
-rw-r--r--demos/spinner/index.html20
-rw-r--r--demos/spinner/latlong.html11
-rw-r--r--demos/spinner/overflow.html11
-rw-r--r--demos/spinner/time.html9
7 files changed, 20 insertions, 64 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>
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>
diff --git a/demos/spinner/default.html b/demos/spinner/default.html
index 8e742a862..a79f4d45d 100644
--- a/demos/spinner/default.html
+++ b/demos/spinner/default.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="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
@@ -42,8 +42,6 @@
</head>
<body>
-<div class="demo">
-
<p>
<label for="spinner">Select a value:</label>
<input id="spinner" name="value">
@@ -59,13 +57,8 @@
<button id="setvalue">Set value to 5</button>
</p>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Default spinner.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>
diff --git a/demos/spinner/index.html b/demos/spinner/index.html
index 594fd9399..f3c74d0b1 100644
--- a/demos/spinner/index.html
+++ b/demos/spinner/index.html
@@ -3,21 +3,17 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Spinner Demos</title>
- <link rel="stylesheet" href="../demos.css">
</head>
<body>
-<div class="demos-nav">
- <h4>Examples</h4>
- <ul>
- <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
- <li><a href="decimal.html">Decimal</a></li>
- <li><a href="currency.html">Currency</a></li>
- <li><a href="latlong.html">Map</a></li>
- <li><a href="time.html">Time</a></li>
- <li><a href="overflow.html">Overflow</a></li>
- </ul>
-</div>
+<ul>
+ <li><a href="default.html">Default functionality</a></li>
+ <li><a href="decimal.html">Decimal</a></li>
+ <li><a href="currency.html">Currency</a></li>
+ <li><a href="latlong.html">Map</a></li>
+ <li><a href="time.html">Time</a></li>
+ <li><a href="overflow.html">Overflow</a></li>
+</ul>
</body>
</html>
diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html
index a75929245..4a662b42e 100644
--- a/demos/spinner/latlong.html
+++ b/demos/spinner/latlong.html
@@ -5,7 +5,7 @@
<title>jQuery UI Spinner - Map</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
- <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>
@@ -42,8 +42,6 @@
</head>
<body>
-<div class="demo">
-
<label for="lat">Latitude</label>
<input id="lat" name="lat" value="44.797">
<br>
@@ -52,13 +50,8 @@
<div id="map"></div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Google Maps integration, using spinners to change latidude and longitude.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>
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>
diff --git a/demos/spinner/time.html b/demos/spinner/time.html
index c23881e67..155a04fe9 100644
--- a/demos/spinner/time.html
+++ b/demos/spinner/time.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Spinner - Time</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>
@@ -51,7 +51,6 @@
</head>
<body>
-<div class="demo">
<p>
<label for="spinner">Time spinner:</label>
<input id="spinner" name="spinner" value="08:30 PM">
@@ -63,9 +62,6 @@
<option value="de-DE">German</option>
</select>
</p>
-</div><!-- End demo -->
-
-
<div class="demo-description">
<p>
@@ -73,7 +69,6 @@
a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down
spins hours.
</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>