我只是看着jQueryUI按钮插件并注意到了这一点
$("button, input:submit, a", ".demo").button();
我从来没有见过这样的东西.这在一个jQuery选择器中是多次选择吗?
jquery
jquery ×1