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