From 05cfcedaa2be0c098845a6a2f997635cf7dfa6eb Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 2 Mar 2009 09:26:09 +0000 Subject: demos: effects - added return false; to button click handlers --- demos/show/default.html | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/show/default.html') diff --git a/demos/show/default.html b/demos/show/default.html index 3a9da8c0c..f2461a7d7 100644 --- a/demos/show/default.html +++ b/demos/show/default.html @@ -54,6 +54,7 @@ //set effect from select menu value $("#button").click(function() { runEffect(); + return false; }); $("#effect").fadeOut(); -- cgit v1.2.3