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/hide.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/effect/hide.html') diff --git a/demos/effect/hide.html b/demos/effect/hide.html index 678aea1e3..75fdd01b3 100644 --- a/demos/effect/hide.html +++ b/demos/effect/hide.html @@ -54,7 +54,6 @@ // set effect from select menu value $( "#button" ).click(function() { runEffect(); - return false; }); }); @@ -86,7 +85,7 @@ -Run Effect +

Click the button above to preview the effect.

-- cgit v1.2.3