.css()
It's an HTTParty and Everyone is Invited
Here is the text for the post.
// sets the text color of div#post-1 to green
$('#post-1').css('color', 'green');
// sets the background color of div#post-1 to red
$('#post-1').css('background', 'red');
http://docs.jquery.com/CSS
Thursday, November 5, 2009