aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/index.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-10-23 01:51:12 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-10-23 01:51:12 +0200
commitbc3d283d2c1547ac3d8b5aeb894b2e6290e2d3c6 (patch)
tree743f97049592957d9d685dfdd6c9814974124b19 /demos/spinner/index.html
parentaf8ca4ed0e5063c5a84cd7ab77f525b98c6c62b7 (diff)
downloadjquery-ui-bc3d283d2c1547ac3d8b5aeb894b2e6290e2d3c6.tar.gz
jquery-ui-bc3d283d2c1547ac3d8b5aeb894b2e6290e2d3c6.zip
Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
Diffstat (limited to 'demos/spinner/index.html')
-rw-r--r--demos/spinner/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/spinner/index.html b/demos/spinner/index.html
index 6d7b980bd..68716ac99 100644
--- a/demos/spinner/index.html
+++ b/demos/spinner/index.html
@@ -9,8 +9,8 @@
<h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
- <li><a href="donation.html">Donation</a></li>
- <li><a href="hexadecimal.html">Hexadecimal</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="mousewheel-disabled.html">Mousewheel Disabled</a></li>
<li><a href="rtl.html">RTL</a></li>