jQuery :reset Selector

Example

Select <input> and <button> elements with type="reset":

$(":reset")

Try It Yourself

Definition and Usage

:reset selector selects <button> and <input> elements of type reset.

Syntax

$(":reset")

Hints and Comments

Hint:Using the selector input:reset will not select <button> elements.