jQuery :reset 选择器
选取带有 type="reset" 的 <input> 和 <button> 元素:
$(":reset")
定义和用法
:reset 选择器选取带有 type=reset 的 button 和 input 元素。
提示:通过该选择器使用 input:reset 不会选取 button 元素。
语法
$(":reset")
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com