jQuery Tutorial Tutorials - jQuery :enabled selector

:enabled selector

The jQuery :enabled selector is used to select all elements that are enabled.

:enabled selector should only be used for selecting HTML elements that support the disabled attribute:
<button>,<fiealdset>,<input>,<menuitem>,<optgroup>,<option>,<select>,<textarea>

jQuery :enabled selector Syntax

$(':enabled')

jQuery :enabled selector Examples

In below example,We will hightlight all input checkbox that are enabled.

Try now

Date:2019-08-19 01:51:19 From:www.Lautturi.com author:Lautturi