Latest web development tutorials

jQueryの:テキスト選択

jQueryのセレクタ jQueryのセレクタ

<input>要素のタイプ= "テキスト"で選択します。

$(":text")

»をお試しください

定義と使用法

:入力タイプ=テキスト要素を選択するセレクタとテキスト。


文法

$(":text")


jQueryのセレクタ jQueryのセレクタ