aboutsummaryrefslogtreecommitdiffstats
path: root/demos/controlgroup/splitbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/controlgroup/splitbutton.html')
-rw-r--r--demos/controlgroup/splitbutton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/controlgroup/splitbutton.html b/demos/controlgroup/splitbutton.html
index ec2b78876..27f949816 100644
--- a/demos/controlgroup/splitbutton.html
+++ b/demos/controlgroup/splitbutton.html
@@ -21,7 +21,7 @@
}
});
$( ".controlgroup" ).controlgroup();
- $( "button" ).click(function() {
+ $( "button" ).on( "click", function() {
$( ".output" ).append( "<li>Running Last Action...</li>" );
});
</script>