Latest web development tutorials

jQuery: reset selector

jQuery selector jQuery selector

Examples

Select with type = "reset" of the <input> and <button> element:

$(":reset")

try it"

Definition and Usage

: Reset selector button and select the input elements with type = reset of.

Tip: Use the input selector by: reset button is not selected element.


grammar

$(":reset")


jQuery selector jQuery selector