Simple jQuery plugin that swaps out stylesheets.
- Tested in IE 8
- Chrome
- Safari for Windows
- Opera
- Firefox
- jQuery (obviously)
- Two or more stylesheets that you would like to swap out
Using the plugin is very simple.
$.swapstyle( urlOfOriginal, urlOfReplacment );
A simple example would be:
$.swapstyle( "styles/one.css", "styles/two.css" );