Home > Web Front-end > JS Tutorial > body text

jquery: what is the selector of disabled

coldplay.xixi
Release: 2020-11-30 17:31:21
Original
2915 people have browsed it

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")".

jquery: what is the selector of 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

:disabledThe selector selects all disabled form elements.

Syntax

$(":disabled")
Copy after login

Example

Select all disabled and

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!