jquery动态改变页面背景颜色及指定标记背景色插件

页面背景

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

标题栏

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

按钮

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

重置

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