aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/show.html
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-05-13 22:02:48 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-05-20 14:27:57 -0400
commit5ee324dd72dce71e09b80f5f1b9548683a54047c (patch)
tree3705f9d56e8124a67125d1e56654d97b32ad5a55 /demos/effect/show.html
parente543253468398ab0c3f3603d9523a4673f1491ea (diff)
downloadjquery-ui-5ee324dd72dce71e09b80f5f1b9548683a54047c.tar.gz
jquery-ui-5ee324dd72dce71e09b80f5f1b9548683a54047c.zip
Effects: Remove core event/alias and deprecated module dependencies
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();
});