24Feb/100
Dynamic Stylesheet switching
I've recently been in need of a function that dynamically were able to switch stylesheets without reloading the page.
After a lot of searching, I found a post by Rob Glazebrook.
After modifying it a little to my needs, my theme switcher is working like a charm.
You'll need jQuery and jQuery Cookie plugin.
Maybe this post can save you some work and a lot of searching if you need such a feature too