Take the 2-minute tour ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Is there anyone left that's not using JavaScript? When designing websites, is it worth to care about that fraction of visitors? At least in Firefox you can't even disable it anymore.

share|improve this question
1  
This is a good question. The died in the wool die-hards still block JavaScript, however, since most sites now require JavaScript to function, I know that even some of the die-hards are giving up on this idea. –  closetnoc 9 hours ago
    
I regularly disable JavaScript for individual sites if they annoy me (like popups appearing on mouse-over or similar). So make sure you don't do annoying stuff. –  Paŭlo Ebermann 5 hours ago
1  
Where did you read Firefox can't disable javascript? every browser can -- and if the user is insistent enough, there are plenty of plugins. I always take care to at the very least show a message that tells the user Javascript is disabled (Because even I forget I left it disabled from time-to-time) - Link your users here: enable-javascript.com and it will walk them through fixing it –  SnakeDoc 2 hours ago
    
Regarding Firefox: Users that want to disable JS will disable it even if Firefox removes a GUI option for this. FWIW, the add-on NoScript is currently on position 4 of the most used add-ons (it can be configured in various ways; a typical configuration is to disable all JS and whitelist specific scripts). –  unor 19 secs ago

2 Answers 2

From the info I found through this question on SO I guess that between 0.2 and 2% of users have JavaScript disabled, depending on the country. I'd say take 1% as a rule of thumb.

Whether you should care about this 1% depends on what website your building. If you're doing e-commerce and you have analyzed your audience a bit you can probably estimate if that 1% is worth the effort. If you're building government websites with information for the public that will be visited a million times a year you should probably care.

By the way, apparently it is still possible to disable JS in FF and I guess that people who hate JS will disable it.

share|improve this answer
    
Also note that disabling JS is significantly increased depending upon topic- ie. technology, security, and so on and extremely unlikely for other topics likely nearing 0%. –  closetnoc 6 hours ago
    
FWIW, you can disable JS in most browsers; Chrome, IE, Safari all allow you. –  Matt 4 hours ago
    
@closetnoc However, visitors to Bruce Schneier's blog on security will probably have a higher proportion of JS-disabled visitors. –  Riking 3 hours ago
    
@Riking Hence my comment. ;-) I read back in 2012 that for portions of the tech sector the percentage of people disabling JS could be as high as %40, but I took this with significant amounts of salt. This has not been my experience. BTW- Who the heck is Bruce Schneier? –  closetnoc 2 hours ago
    
@closetnoc a bit of a celebrity, people make Chuck Norris jokes about him, here's a recent post - schneier.com/blog/archives/2014/08/disguising_exfi.html –  Riking 2 hours ago

This question has been asked earlier and the answers are still relevant. Whether it is worth to care about visitors who have JavaScript disabled depends on the site, its purpose, and who the demographic is.

More than users, you may also have to think about how search engines interpret the content on the web page if a large percentage of the site's visitors come via search engines. There is news that Googlebot, Google's web crawler, now executes and indexes some content in JavaScript though in the past it was "only looking at the raw textual content that we’d get in the HTTP response body and didn't really interpret what a typical browser running JavaScript would see.". This change could negatively impact search results, unless a few basic rules are taken into account.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.