jQuery 選擇器參考手冊(cè)
選擇所有 <input> 元素:
$(":input")
親自試一試
:input 選擇器選取表單元素。
該選擇器同樣適用于 <button> 元素。
Search: