SyntaxFix
Write A Post
Hire A Developer
Questions
You can always just use jQuery to add a class, .addClass or .toggleClass. Then you can keep all your styles in your CSS and out of your scripts.
.addClass
.toggleClass
http://jsfiddle.net/B8L3x/1/