Home › Forums › JavaScript › Any Cross-browser JS code that can swap CSS Stylesheets by onClick? › Re: Any Cross-browser JS code that can swap CSS Stylesheets by onClick?
June 23, 2012 at 10:16 pm
#104806
Participant
jQuery is quite cross-browser compatible. Check out this fiddle: http://jsfiddle.net/senff/WGC68/
It basically just changes the class of the BODY element, so you can have separate sections in your CSS file that only apply to specific body classes.