aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effect/default.html')
-rw-r--r--demos/effect/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/default.html b/demos/effect/default.html
index f2a6b7686..624318f22 100644
--- a/demos/effect/default.html
+++ b/demos/effect/default.html
@@ -59,7 +59,7 @@
};
// set effect from select menu value
- $( "#button" ).click(function() {
+ $( "#button" ).on( "click", function() {
runEffect();
return false;
});