aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-21 14:56:18 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-21 14:56:18 -0400
commit15ece1f51a0fcbe718ad2836b078bdef72301de8 (patch)
treea413484d48e35db7fe163125efdeb1e4e56703fe /ui/jquery.ui.button.js
parente37f599a53d57a1fdee2fd8de01198d68aa86ae8 (diff)
downloadjquery-ui-15ece1f51a0fcbe718ad2836b078bdef72301de8.tar.gz
jquery-ui-15ece1f51a0fcbe718ad2836b078bdef72301de8.zip
Buttonset: Use input[type=*] instead of just [type=*].
Diffstat (limited to 'ui/jquery.ui.button.js')
-rw-r--r--ui/jquery.ui.button.js2
1 files changed, 1 insertions, 1 deletions
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() {