jquery Form Properties Filter elements

Source: Internet
Author: User

$ (": Button")
Selects all elements of the button element type as buttons.
equals $ (' input[type= ' button "] ')
$ (": checkbox")
Select all elements of the type check box.
equals $ (' input[type= ' checkbox "] ')
$ (": Checked")
Select all the checked elements.
$ ("input:checked")
$ (":d isabled")
Select the element that has been disabled.
$ ("input:disabled"). Val ("Cannot enter")
$ (": Enabled")
Select to say that there are elements available.
$ ("input:enabled"). Val ("Please enter")
$ (": File")
Selects all elements of type file.
$ ("Input:file")
$ (": Focus")
Select the element that is currently getting focus.
$ (": Image")
Selects all elements of type image.
$ (": input")
Selects all elements of type input.
$ (":p Assword")
Selects all elements of type password.
$ ("Input:password")
$ (": Radio")
Selects all elements of type radio.
$ ("from Input:radio")
$ (": Reset")
Select all elements of type reset.
$ ("Input:reset")
$ (": Selected")
Selects all elements that are selected.
$ (": Submit")
Select all the elements for the submit button.
$ (": Text")
Selects all elements of type text.

jquery Form Properties Filter elements

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.