Don’t let Javascript obscure your content
So, you’ve got all these great Javascript effects on your website. Hidden information magically appears after clicking a link, and all is good. But what if someone that doesn’t have Javascript comes to your site? If your information is being initially hidden by CSS, you’re doing it all wrong.
Instead, the best way is to have everything visible by default in your CSS file and use Javascript to “unhide” it. To illustrate this concept, I’m going to go through a quick example utilizing the excellent jQuery.
