Jquery filter () method

Source: Internet
Author: User

Jquery filter () method
The filter () method in jquery allows you to define a filter rule. elements that do not match this standard will be deleted from the set, and matched elements will be returned. 1. filter () syntax $ (selector). filter (criteria, function (index) parameter description criteria is optional. Specifies the selector expression, jQuery object, and one or more elements to be returned from the selected element combination. Tip: To specify multiple conditions, use commas to separate them. Function (index) is optional. Specifies the function to be run for each element in the set. If true is returned, the elements are retained; otherwise, the elements are removed. Index-the index position of the element in the set. Note: this is the current DOM element. Ii. filter () instance in jquery

<Ul> <li> list item 1 </li> <li> list item 2 </li> <li> list item 3 </li> <li> list item 4 </li> <li> list item 5 </li> <li> list item 6 </li> </ul> <script >$ ('lil '). filter (': even').css ('background-color', 'red'); </script>

 


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.