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