Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#104806
Senff
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.