3
Answers

Add CSS property using jQuery

Amit Maheshwari

Amit Maheshwari

13y
5.7k
1
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)