diff --git a/demos/spinner/index.html b/demos/spinner/index.html index f43f6e2a18..766f6552c8 100644 --- a/demos/spinner/index.html +++ b/demos/spinner/index.html @@ -13,6 +13,7 @@
  • Currency
  • Map
  • Mousewheel Disabled
  • +
  • Overflow
  • diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html new file mode 100644 index 0000000000..7164891552 --- /dev/null +++ b/demos/spinner/overflow.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Spinner - Default functionality + + + + + + + + + + + + +
    +

    + + +

    +
    + +
    +

    + Overflowing spinner restricted to a range of -10 to 10. + For anything above 10, it'll overflow to -10, and the other way round. +

    +
    + + +