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