From 12df1b7dad135aa57640be631277db3f7d75d672 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 13 May 2015 21:54:37 -0400 Subject: Button: Remove core event/alias and deprecated module dependencies --- demos/button/splitbutton.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/button/splitbutton.html') diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index 441e0a912..333d54bd7 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -18,7 +18,7 @@ $(function() { $( "#rerun" ) .button() - .click(function() { + .on( "click", function() { alert( "Running the last action" ); }) .next() @@ -28,7 +28,7 @@ primary: "ui-icon-triangle-1-s" } }) - .click(function() { + .on( "click", function() { var menu = $( this ).parent().next().show().position({ my: "left top", at: "left bottom", -- cgit v1.2.3