JQuery-js tutorial

Source: Internet
Author: User
This article shares with you the jQuery code for implementing the background color of the line. For more information about how to implement the background color of the line, see the following methods, previously, I wrote the judgment Code directly in the program. Today we will use jQuery to implement the Code ~

JQuery code:

The Code is as follows:


$ (Function (){
Var item = $ ("tr ");
For (var I = 0; I If (I % 2 = 0 ){
Item [I]. style. backgroundColor = "#888 ";
}
}
// $ ("# Tb tbody tr: even" ).css ("backgroundColor", "#888 ");

});

HTML code:

The Code is as follows:











First line First line
Row 2 2nd rows
Row 3 3rd rows
4th rows 4th rows
5th rows 5th rows
6th rows 6th rows

Isn't it fun? You can use jQuery to implement a lot of fun things.

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.