I have created a set of themes for my website. I can load a certain theme on selection by user.(supposing on the home page) Example: 1.blue 2.green 3.dark
I have created a function in jquery to establish this change(val); Now i have to move the selected theme to the next page. How to import the selected theme to the next page?