How can I get bookmarked hash links to work with a jQuery change function?
What's the simplest way with this jQuery change function to enable bookmarked hash links to work, i.e to be able to use example.com/#theme1 or example.com/#theme2 links? The jQuery #theme-selector changes the hash and shows/hides the relevant divs with the class,…