Using jquery, is it possible to swap the whole css file with another css file based on a querystring parameter?
For example, if the url is http://mysite.com/page1.php?style=1
This should use style1.css
If the url is http://mysite.com/page1.php?style=2
This should use style2.css
How can this be done with jquery