[Solved] Make information available when JavaScript disabled
There are a couple of decent methodologies you can employ. Generally to enable content to be seen by non js users, it should all be set to be shown in the css, and only hidden when js is enabled. This means all of the content can be read and indexed (this is also good practice … Read more