]> source.dussan.org Git - jquery-ui.git/commitdiff
Buttonset: Use input[type=*] instead of just [type=*].
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 18:56:18 +0000 (14:56 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 18:56:18 +0000 (14:56 -0400)
ui/jquery.ui.button.js

index 0feb1e893e8afddadc087926e51feecea4170b19..772ad4d6f3e2542f2e28840aca9879a9e691b994 100644 (file)
@@ -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() {