From 7d0ca5e37dcf1b8dd1e201df2693e851da8ebb77 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 24 Apr 2014 19:39:08 +0200 Subject: Button demo: Replace anchors with more appropriate buttons --- demos/effect/addClass.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/effect/addClass.html') diff --git a/demos/effect/addClass.html b/demos/effect/addClass.html index f292ec4b6..f435da3a9 100644 --- a/demos/effect/addClass.html +++ b/demos/effect/addClass.html @@ -17,7 +17,6 @@ $(function() { $( "#button" ).click(function() { $( "#effect" ).addClass( "newClass", 1000, callback ); - return false; }); function callback() { @@ -36,7 +35,7 @@ -Run Effect +

This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.

-- cgit v1.2.3