From: Scott González Date: Mon, 21 May 2012 18:42:08 +0000 (-0400) Subject: Don't use :button selector. X-Git-Tag: 1.9.0-beta.1~139 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b4ca9289cf018c744ec57e8356783a76ff3691e0;p=jquery-ui.git Don't use :button selector. --- diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index e2fefb10b..6be6d3fe9 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, :submit, :reset, [type=checkbox], [type=radio], a, :data(button)" + items: "button, [type=button], :submit, :reset, [type=checkbox], [type=radio], a, :data(button)" }, _create: function() {