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