My first post appears to have gotten lost, so here it goes again.

I was tinkering with jQuery when I got an idea: why not have a way to
use the css function to put new rules into the document, not just
styles on collections of elements? Something like:

$
(document).css(selector1,rule1).css(selector2,rule2)...css(selectorN,ruleN);

If this functionality already exists in jQuery, let me know the
syntax; otherwise, please consider it for an upcoming version.

Reply via email to