jQuery Tutorial Tutorials - jQuery :disabled selector

:disabled selector

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

Support the disabled attribute:
<button>,<fiealdset>,<input>,<menuitem>,<optgroup>,<option>,<select>,<textarea>

jQuery :disabled selector Syntax

$(':disabled')

jQuery :disabled selector Examples

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

Try now

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