From c748a543c4faa4d116af5b830cd2fdf126e41a10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 18 Feb 2009 18:12:08 +0000 Subject: [PATCH] Demos for switchClass and toggleClass. --- demos/effect_methods/switch-class.html | 53 ++++++++++++++++++++++++++ demos/effect_methods/toggle-class.html | 48 +++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 demos/effect_methods/switch-class.html create mode 100644 demos/effect_methods/toggle-class.html diff --git a/demos/effect_methods/switch-class.html b/demos/effect_methods/switch-class.html new file mode 100644 index 000000000..ab09db1cf --- /dev/null +++ b/demos/effect_methods/switch-class.html @@ -0,0 +1,53 @@ + + + + jQuery UI Effect Methods - Switch Class Demo + + + + + + + + + +
+ +
+
+

Animate

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ +Show Effect + +
+ +
+ +

Click the button above to preview the effect.

+ +
+ + + diff --git a/demos/effect_methods/toggle-class.html b/demos/effect_methods/toggle-class.html new file mode 100644 index 000000000..d030a4c1a --- /dev/null +++ b/demos/effect_methods/toggle-class.html @@ -0,0 +1,48 @@ + + + + jQuery UI Effect Methods - Add Class Demo + + + + + + + + + +
+ +
+
+

Animate

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ +Show Effect + +
+ +
+ +

Click the button above to preview the effect.

+ +
+ + + -- 2.39.5