From ca2211f74851a066829464e78f50c90b49eac2dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 7 Aug 2011 12:59:50 -0400 Subject: [PATCH] Spinner demos: Cleanup. --- demos/spinner/currency.html | 54 ++++++++++++++-------------- demos/spinner/decimal.html | 54 +++++++++++++++------------- demos/spinner/default.html | 71 ++++++++++++++++++------------------- demos/spinner/index.html | 29 ++++++++------- demos/spinner/latlong.html | 49 +++++++++++++------------ demos/spinner/overflow.html | 58 ++++++++++++++++-------------- demos/spinner/time.html | 62 +++++++++++++++++--------------- 7 files changed, 196 insertions(+), 181 deletions(-) diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index a1768ff49..18d479de8 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -1,35 +1,34 @@ - + jQuery UI Spinner - Default functionality - - - - - - - - - - - - + + + + + + + + + + @@ -47,15 +46,16 @@

- +

- + + + +
-

- Example of a donation form, with currency selection and amout spinner. -

-
+

Example of a donation form, with currency selection and amout spinner.

+ diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html index 0444aa104..70e0e99fd 100644 --- a/demos/spinner/decimal.html +++ b/demos/spinner/decimal.html @@ -1,40 +1,41 @@ - + - jQuery UI Spinner - decimal - - - - - - - - - - - - + + + + + + + + + +
+

- +

@@ -44,16 +45,19 @@

-
+ + + +

Example of a decimal spinner. Step is set to 0.01. -
The code handling the culture change reads the current spinner value, +
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.

-
+ diff --git a/demos/spinner/default.html b/demos/spinner/default.html index 53fd81bf5..c78c36d68 100644 --- a/demos/spinner/default.html +++ b/demos/spinner/default.html @@ -1,43 +1,38 @@ - + jQuery UI Spinner - Default functionality - - - - - - - - - - + + + + + + + @@ -45,25 +40,27 @@
-

-

+

+ + +

- - + +

- - + +

+ +
-

-Default spinner. -

+

Default spinner.

diff --git a/demos/spinner/index.html b/demos/spinner/index.html index 2bbb796f0..594fd9399 100644 --- a/demos/spinner/index.html +++ b/demos/spinner/index.html @@ -1,20 +1,23 @@ - + + jQuery UI Spinner Demos - + -
-

Examples

- -
+ +
+

Examples

+ +
+ diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html index 954f83996..d1dc612b4 100644 --- a/demos/spinner/latlong.html +++ b/demos/spinner/latlong.html @@ -1,31 +1,31 @@ - + jQuery UI Spinner - Map - - - - - - - - - - + + + + + + + + @@ -41,19 +44,19 @@
- -
+ +
- +
+ +
-

-Google Maps integration, using spinners to change latidude and longitude. -

+

Google Maps integration, using spinners to change latidude and longitude.

diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html index 45b8f9573..d55a48b01 100644 --- a/demos/spinner/overflow.html +++ b/demos/spinner/overflow.html @@ -1,25 +1,25 @@ - + - jQuery UI Spinner - Default functionality - - - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + @@ -48,7 +50,7 @@

- +

@@ -57,7 +59,9 @@

-
+ + +

@@ -65,7 +69,7 @@ a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down spins hours.

-
+ -- 2.39.5