jCSSRule Examples

Background

$("body").cssRule({ background:xxx });

Title

$("h1,h2").cssRule({ color:xxx, background:xxx });

Buttons

$("button").cssRule({ background:xxx });

Reset

$("*").cssRule(null);