jQuery :text セレクタ

❮ jQuery Selectors

>type="text" である <input> 要素を選択する:

$(":text")
Try it Yourself »

定義と用法

:text セレクタは、type=text の input 要素を選択します。


構文

$(":text")

❮ jQuery Selectors