jQuery :submit 选择器
定义和用法
:submit 选择器选择 type=submit 的 button 和 input 元素。
如果 button 元素没有定义类型,大多数浏览器会将其用作 type=submit 的按钮。
提示:使用 input:submit 作为选择器将不会选择 button 元素。
语法
$(":submit")
:submit 选择器选择 type=submit 的 button 和 input 元素。
如果 button 元素没有定义类型,大多数浏览器会将其用作 type=submit 的按钮。
提示:使用 input:submit 作为选择器将不会选择 button 元素。
$(":submit")
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]