jQuery 教程
jQuery 選擇器
選取帶有 type="reset" 的 <input> 和 <button> 元素:
:reset 選擇器選取帶有 type=reset 的 button 和 input 元素。
提示:通過該選擇器使用 input:reset 不會選取 button 元素。