自强学堂
自强学堂:学习、分享、让你更强!
jQuery 实例HTMLCSSJAVASCRIPTJQUERYSQLPHPBOOTSTRAPANGULARXML
 

jQuery :button 选择器

jQuery 选择器 jQuery 选择器

实例

选取带有 type="button" 的 <button> 和 <input> 元素:

$(":button")

尝试一下 »

定义和用法

:button 选择器选取带有 type=button 的 button 和 input 元素。

提示:通过该选择器使用 input:button 不会选取 button 元素。


jQuery 选择器 jQuery 选择器