mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Don't use :button selector.
This commit is contained in:
parent
26b5492441
commit
b4ca9289cf
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, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
|
||||
items: "button, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)"
|
||||
},
|
||||
|
||||
_create: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user