jQuery 選擇器參考手冊
隱藏所有 type="checkbox" 的 <input> 元素:
$(":checkbox")
親自試一試
:checkbox 選擇器選取類型為 checkbox 的 <input> 元素。
Search: