I wanted to know if there was a way to enable a CSS class without overriding the CSS I have tried
$("#remote1").click(function() {
$("#navigation").css({"background":"black");
});
Which did most the work but I need to enable a CSS class so I can make an animation with CSS3 instead of Jquery as the animation I am attempting is best done with CSS3. How can I do that?
**Edited.. -.- **
How can I "activate" existing CSS in a CSS file remotely with Jquery
addClassandremoveClass.}in.css