mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Buttonset: Use input[type=*] instead of just [type=*].
This commit is contained in:
parent
e37f599a53
commit
15ece1f51a
2
ui/jquery.ui.button.js
vendored
2
ui/jquery.ui.button.js
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user