jQuery Tutorial Tutorials - jQuery :reset selector

:reset selector

The jQuery :reset selector is used to select all elements of type reset.

$( "input:reset" ) is equivalent to $( "input[type=reset]" ).

jQuery :reset selector Syntax

$(':reset')

jQuery :reset selector Examples

In below example,We will hightlight all reset inputs.

Try now

Date:2019-08-19 02:12:56 From:www.Lautturi.com author:Lautturi