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