From fceb70d526587b78ceeaa7035ad5e9f152d79816 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Tue, 2 Nov 2010 16:41:11 +0100 Subject: [PATCH] Spinner: Adding overflow demo --- demos/spinner/index.html | 1 + demos/spinner/overflow.html | 47 +++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 demos/spinner/overflow.html diff --git a/demos/spinner/index.html b/demos/spinner/index.html index f43f6e2a1..766f6552c 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 000000000..716489155 --- /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. +

    +
    + + + -- 2.39.5