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')

Tips and Comments

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