]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner demo: Reorder input and select to be consistent with other demos
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 11:40:02 +0000 (13:40 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 11:40:02 +0000 (13:40 +0200)
demos/spinner/currency.html

index bb285086e1de5cf7f65bd31d60d5be0660485fd3..19e0c239682dcfbcf1bfe49e6edc64ef78c9e406 100644 (file)
 </head>
 <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="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>