Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9202437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:15:30+00:00 2026-06-17T23:15:30+00:00

I need to apply background color to the alternating rows of my html table.

  • 0

I need to apply background color to the alternating rows of my html table.

My current code:

.licList
    {
        width: 100%;
        border: 1px solid #f7f7f7;
        text-align: center;
        border-collapse: collapse;
    }

    .licList th
    {
        font-weight: bold;
        background-color: #dbdbdb;
        border-bottom: 1px solid #f1f1f1;
        padding: 4px 5px;
    }

    .licList td
    {
        padding: 4px 5px;
    }

    .odd
    {
        background-color: #ffffff;
    }
    .odd td
    {
        border-bottom: 1px solid #cef;
    }

and jquery is

    $(document).ready(function () {
        $("licList:tr:odd").addClass("odd");
    });

I’m sure that the above jquery is not correct I’ve multiple tables in single page so I can’t apply

$(document).ready(function(){
    $("tr:odd").addClass("odd");
});

so my question is how to solve this problem????

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:15:31+00:00Added an answer on June 17, 2026 at 11:15 pm

    jquery is not correct I’ve multiple tables in single page so I can’t
    apply

    Assign a id/class to your table and access rows under that table. Suppose your table has id tbl

    Live Demo

    <table id="tbl">
       <tr>
            <td>1</td>
            <td>1</td>
       </tr> 
       <tr>
            <td>1</td>
            <td>1</td>
       </tr> 
    </table>
    
    $(document).ready(function(){
        $("#tbl tr:odd").addClass("odd");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need that when i check a checkbox i apply different background color to
<xsl:template match=book> <html> <head> <style type=text/css> hr{height:1px;border:0;color: #ed1b2d;background-color: #ed1b2d;} </style> </head> <body><table cellpadding=0 cellspacing=0
Possible Duplicate: Apply different background color using jquery I have three divs on a
In the code below, I am applying a different background color to all even
i have written this line of code for setting row background color $(#gridSellIn tbody
I have a code where I want to apply a image and also background
i need only first 'li' element with gray background color. But first 'li' of
The css: .gs960 { width: 960px; margin: 0 auto; background-color: blue; } #miniContainer {
Resolved Thanks! I need to apply css to the current active menu (PARENT LIST
I have two Storyboards as follows. <Storyboard x:Name=ToRed> <ColorAnimationUsingKeyFrames Storyboard.TargetProperty=(Border.Background).(SolidColorBrush.Color) > <EasingColorKeyFrame KeyTime=0 Value=Transparent/>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.