jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery :reset Selector

jQuery :reset Selector

 

 

The :reset selector is used to select button and input elements with type=reset. We cannot select reset button by using input:reset.

 

Syntax:-

 

Its syntax is:- $(":reset");

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to jQuery