I added a new release of this plugin. I passed some functions to jQuery's prototype, so they can be reused. Added to jQuery.fn: ownerNode,sheet,cssRules and cssText. I also added some more useful functions to jQuery.Rule's prototype like text and outerText.
I felt most people didn't quite get what was the plugin actually doing when they tried the example. So I improved it a bit, to clear this out (hopefully). The plugin is meant to work well in IE6 and FF2, Windows, that's what I tested on. CSS rules are quite buggy among browsers, so I don't think it will survive in most untested environments. In advance, thanks for reading. Ariel Flesler Project's page: http://jquery.com/plugins/project/Rule Example: http://www.freewebs.com/flesler/jQuery.Rule/ Feedback: Here or http://flesler.blogspot.com/2007/11/jqueryrule.html API: http://www.freewebs.com/flesler/jQuery.Rule/API.txt