diff --git a/demos/spinner/index.html b/demos/spinner/index.html index 766f6552c8..a49fa13685 100644 --- a/demos/spinner/index.html +++ b/demos/spinner/index.html @@ -12,7 +12,7 @@
  • Decimal
  • Currency
  • Map
  • -
  • Mousewheel Disabled
  • +
  • Time
  • Overflow
  • diff --git a/demos/spinner/time.html b/demos/spinner/time.html new file mode 100644 index 0000000000..2f55d0f09d --- /dev/null +++ b/demos/spinner/time.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Spinner - decimal + + + + + + + + + + + + + + + +
    +

    + + +

    +
    + +
    +

    + Example of a decimal spinner. Step is set to 0.01. +
    The code handling the culture change reads the current spinner value, + then changes the culture, then sets the value again, resulting in an updated + formatting, based on the new culture. +

    +
    + + +