jQuery :reset Selector
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.
:reset selector selects <button> and <input> elements of type reset.
$(':reset')
Tip:Using the input:reset selector will not select <button> elements.