From 15ece1f51a0fcbe718ad2836b078bdef72301de8 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 21 May 2012 14:56:18 -0400 Subject: Buttonset: Use input[type=*] instead of just [type=*]. --- ui/jquery.ui.button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.button.js') diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 0feb1e893..772ad4d6f 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -357,7 +357,7 @@ $.widget( "ui.button", { $.widget( "ui.buttonset", { version: "@VERSION", options: { - items: "button, [type=button], [type=submit], [type=reset], [type=checkbox], [type=radio], a, :data(button)" + items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(button)" }, _create: function() { -- cgit v1.2.3