FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

jQuery :disabled Selector

jQuery Selectors jQuery Selectors

Example

Select all the disabled form elements:

$(":disabled")
Try it Yourself »

Definition and Usage

The :disabled selector selects all disabled form elements.


Syntax

$(":disabled")

jQuery Selectors jQuery Selectors