I want to make a theme swither using jQuery, I see the example made in the docs of the jQuery mobile page, but it’s exhaustive as it dublicates the same page but with different theme swatch as a result it affects only one page in the App, I want a theme switcher that affects all the pages of the App, thanks.
Share
Consider using jQuery UI and their
themeswitcher– http://jqueryui.com/docs/Theming/ThemeSwitcherIt works great on our internal site. If nothing else, look at the way they do it and you should be able to come up with your own customer solution rather easily.