aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
committerScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
commit303f20e1b3c977d75047bed1a3533a180d73fab5 (patch)
treec8cf97b57f2493313dfd92c1dfceedb29d137d67 /demos/spinner
parent9e259c6e5369bf272dd14df7aea1372c5b064300 (diff)
downloadjquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.tar.gz
jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.zip
Demos: Cleanup.
Diffstat (limited to 'demos/spinner')
-rw-r--r--demos/spinner/currency.html9
-rw-r--r--demos/spinner/decimal.html9
-rw-r--r--demos/spinner/default.html9
-rw-r--r--demos/spinner/index.html20
-rw-r--r--demos/spinner/latlong.html9
-rw-r--r--demos/spinner/overflow.html9
-rw-r--r--demos/spinner/time.html7
7 files changed, 14 insertions, 58 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index 2343b6789..15ac7e9b0 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -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..f66e0a0f7 100644
--- a/demos/spinner/decimal.html
+++ b/demos/spinner/decimal.html
@@ -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..3273c82fc 100644
--- a/demos/spinner/default.html
+++ b/demos/spinner/default.html
@@ -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..90cb21512 100644
--- a/demos/spinner/latlong.html
+++ b/demos/spinner/latlong.html
@@ -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..2eedd1045 100644
--- a/demos/spinner/overflow.html
+++ b/demos/spinner/overflow.html
@@ -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..05ded9dc9 100644
--- a/demos/spinner/time.html
+++ b/demos/spinner/time.html
@@ -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>