TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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?
Reply
Answers (
3
)
What string function to be used in jquery to findout the particular word in a string
How to get values from multiple checkboxes?