Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
I'm working on a new site, and I'm hoping to use some javascript to enhance the site. Like a good developer, though, everything is degradable. Knowing that, how would you all feel about using a <noscript> block to give the user a positive message like, "By the way, there are numerous benefits to browsing this site with javascript enabled."?
I've seen the negative messages like, "You must enable javascript to use this site.", and I'm not thinking about doing anything like that. I'm just thinking about a simple message letting them know that they'll have a better experience with javascript enabled.
The site works fine without javascript. Better than fine if you ask me... But, I'm using a few things like smooth scrolling and enhanced titles that add to the site if javascript is enabled. There's no inline javascript and nothing that's required. I don't know if the <noscript> tag is valid under XHTML, and I don't know that I really care that much because I can achieve a similar effect with or without that tag (if it's not valid, I'll create a div that's removed from the DOM by javascript as soon as the page is loaded).
Nevermind. I removed the original.
Nice… twice in a row! I agree with what you're saying, though. I've decided to put a message in a <div> that's visible by default. The <div> is then removed from the DOM by javascript if javascript is working.
<noscript>rather than
<noscript>.
1 to 12 of 12