Home > Web Front-end > JS Tutorial > Implementation code for obtaining form elements through filters in jquery_jquery

Implementation code for obtaining form elements through filters in jquery_jquery

WBOY
Release: 2016-05-16 18:05:08
Original
1185 people have browsed it

:enable Gets the input-enabled element
:disabled Gets the input-disabled element
:checked Gets the selected form element
:seleced Gets the selected element in the drop-down box
Let’s look at an example
Html

Copy code The code is as follows:


< form id="form1" runat="server">



  • < /li>


  • yellow
    blue
    Green











JavaScript code :
Copy code The code is as follows:

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