From 303f20e1b3c977d75047bed1a3533a180d73fab5 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 10 Sep 2012 11:33:46 -0400 Subject: Demos: Cleanup. --- demos/switchClass/default.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'demos/switchClass/default.html') diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index fabce344e..21f192e83 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ @@ -19,15 +19,13 @@ $( "#button" ).click(function(){ $( ".newClass" ).switchClass( "newClass", "anotherNewClass", 1000 ); $( ".anotherNewClass" ).switchClass( "anotherNewClass", "newClass", 1000 ); - return false; + return false; }); }); -
-
Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. @@ -35,13 +33,8 @@
Run Effect -
- - -

Click the button above to preview the effect.

-
- +
-- cgit v1.2.3