In jquery, ":disabled" is a form filter selector, used to select all disabled form elements (such as input or button), the syntax format is "$(":disabled")".
The operating environment of this tutorial: Windows 7 system, jquery version 1.10.2. This method is suitable for all brands of computers.
jquery :disabled selector
Definition and usage
:disabled
The selector selects all disabled form elements.
Syntax
$(":disabled")
Example
Select all disabledand