Skip to content

Commit 15ece1f

Browse files
committed
Buttonset: Use input[type=*] instead of just [type=*].
1 parent e37f599 commit 15ece1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ $.widget( "ui.button", {
357357
$.widget( "ui.buttonset", {
358358
version: "@VERSION",
359359
options: {
360-
items: "button, [type=button], [type=submit], [type=reset], [type=checkbox], [type=radio], a, :data(button)"
360+
items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(button)"
361361
},
362362

363363
_create: function() {

0 commit comments

Comments
 (0)