Latest web development tutorials

jQuery: text selector

jQuery selector jQuery selector

Examples

Select with type = "text" of the <input> element:

$(":text")

try it"

Definition and Usage

: Text with a selector to select the input type = text element.


grammar

$(":text")


jQuery selector jQuery selector