Marking a Page with “JavaScript enabled”
Sometimes you might want to present things differently to the user depending on whether JavaScript is enabled in the User Agent or not. I would like to mention a method on how to do this by attaching a class to the body element of the page, as it came out of some discussions we had amongst Web Developers at Yahoo!. But maybe there are better ways of doing that? Continue…