[jQuery] New Plugin jQuery.Rule
Hi, I was needing something to manage css rules and stylesheets.. I
looked around and didn't find much. I saw <a href="http://www.mail-
archive.com/discuss@jquery.com/msg05598.html" target="_blank">this</a>
post of Brandon, which gave me a few tips. In the end, I decided to
make my own plugin for this.
It's meant to be as similar to jQuery as possible, meaning the rules
are managed using jQuery's way to handle nodes.
It includes, chaining, iteration using each, selectors, and many other
functions like slice, pushStack, etc.
It is in a very early stage, and would thank anyone who can help me
out a bit. I'm having some trouble to work around IE missing
'parentStyleSheet' for rules, also some advices wouldn't hurt.
Here's the project's page: http://jquery.com/plugins/project/Rule
The demo is not very complete but I'll work on it some more soon.
I hope some have the time to check.
Thanks in advance.
Ariel Flesler