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?
Loading

SairamPosted Jan 2, 2012, 6:04 AM
Pankaj RanaPosted Dec 14, 2011, 12:35 AM
where element is where you want to add css class
add latest jquery first
for more http://api.jquery.com/addClass/
Dorababu MekaPosted Dec 13, 2011, 11:48 PM