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