Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストボックスを選択する方が良い:
input[type=text]またinput:text
input[type=text]
input:text
どちらを使用しますか?
一番短い:
$('input:text')
あなたもできることを覚えておいてください
$(':text')
これはマニュアルでは推奨されていませんが。
Internet Explorer はサポートしていませんのでご注意ください。
CSS セレクターですが、JQuery で動作します。もちろん、最も簡単なのは
:text