I have a page with a dropdown of stylesheets the user can select from. When they select a stylesheet, it reloads the page with the <link href="style1.css" type="text/css" rel="stylesheet" /> pointing to a different file. Now I want the user to be able to change the stylesheets for the page without reloading the page. Is it possible to change the stylesheet in the <link> tag via AJAX?
Start Free Trial