Amit Maheshwari

Amit Maheshwari

  • NA
  • 5.3k
  • 1.4m

Add CSS property using jQuery

Dec 13 2011 6:15 PM
Hi friends ,

Would you like to tell me that i have a CSS in which there is a class named as header which is given below:

Suppose that Css class has following definition
.header
{
font-size:10px;
font-weight:normal;
color:#000000;
}

If I want to add another css property through jQuery then what will be the code?

Answers (3)