diff options
Diffstat (limited to 'demos/controlgroup/splitbutton.html')
-rw-r--r-- | demos/controlgroup/splitbutton.html | 2 |
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> |