[jQuery] Re: Check to see if a style exists

2007-04-12 Thread Yansky
You can access all the the CSS rules with the styleSheets cssRules DOM objects. Check these pages for good examples: http://developer.mozilla.org/en/docs/Gecko_DOM_Reference:Examples#Example_4:_Using_Stylesheets http://www.javascriptkit.com/dhtmltutors/externalcss2.shtml

[jQuery] Re: Check to see if a style exists

2007-04-12 Thread Jeffrey Kretz
: Check to see if a style exists You can access all the the CSS rules with the styleSheets cssRules DOM objects. Check these pages for good examples: http://developer.mozilla.org/en/docs/Gecko_DOM_Reference:Examples#Example_4: _Using_Stylesheets http://www.javascriptkit.com/dhtmltutors/externalcss2