:disabled
selectorThe jQuery :disabled
selector is used to select all elements that are disabled.
Support the disabled attribute:
<button>
,<fiealdset>
,<input>
,<menuitem>
,<optgroup>
,<option>
,<select>
,<textarea>
:disabled
selector Syntax$(':disabled')
:disabled
selector ExamplesIn below example,We will hightlight all input checkbox that are disabled.