aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 13:40:02 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 13:40:02 +0200
commitff253e73722349c12cbce532389ac8a2ba612e46 (patch)
tree00cdea633051f2a9d39a5cdfa7b6606dd2f7a42b
parent101513d6511bf2c8826d0400a16da58727b84935 (diff)
downloadjquery-ui-ff253e73722349c12cbce532389ac8a2ba612e46.tar.gz
jquery-ui-ff253e73722349c12cbce532389ac8a2ba612e46.zip
Spinner demo: Reorder input and select to be consistent with other demos
-rw-r--r--demos/spinner/currency.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index bb285086e..19e0c2396 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -33,6 +33,11 @@
<body>
<p>
+ <label for="spinner">Amount to donate:</label>
+ <input id="spinner" name="spinner" value="5">
+</p>
+
+<p>
<label for="currency">Currency to donate</label>
<select id="currency" name="currency">
<option value="en-US">US $</option>
@@ -40,10 +45,6 @@
<option value="ja-JP">YEN ¥</option>
</select>
</p>
-<p>
- <label for="spinner">Amount to donate:</label>
- <input id="spinner" name="spinner" value="5">
-</p>
<div class="demo-description">
<p>Example of a donation form, with currency selection and amount spinner.</p>