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