Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How often do you find javascript disabled on browsers?

Tags:

javascript

I have started using ajax/jQuery in our websites / application. There are many plugins that support degrading the javascript to browsers that dont have javascript enabled and techniques to support this. What are peoples thoughts on javascript support, we build applications rather than just websites and are looking to just support javascript enabled browsers as a pre-requisite assuming that most people or companies have javascript enabled. Do you find most people have javascript? do you monitor the percentage of javascript/non-javascript browsers (I guess this can be done with website stats) and what are the numbers regarding this?

like image 809
Mark Redman Avatar asked Apr 03 '10 16:04

Mark Redman


People also ask

How often is JavaScript disabled?

So, 1 user in every 93 has JavaScript disabled? No. Surprisingly, the proportion of people that have explicitly disabled JavaScript or use a browser that doesn't support JavaScript, only makes up a small slice of people that don't run JavaScript.

How many browsers have JavaScript disabled?

After filtering out automated requests (bots, scrapers, etc.), Yahoo analyzed traffic to their properties and concluded that 0.25% (Brazil) to 2% (USA) of people on the web have JavaScript disabled. The average hovers around 1.3%.

How do I know if my browser is JavaScript disabled?

On the web browser menu click on the "Edit" and select "Preferences". In the "Preferences" window select the "Security" tab. In the "Security" tab section "Web content" mark the "Enable JavaScript" checkbox. Click on the "Reload the current page" button of the web browser to refresh the page.

What happens if JavaScript is disabled in a web browser?

Many Internet Web sites contain JavaScript, a scripting programming language that runs on the web browser to make specific features on the web page functional. If JavaScript has been disabled within your browser, the content or the functionality of the web page can be limited or unavailable.

Do people still disable JavaScript?

Fact is, that 99.7% users do not turn off JS. In fact, if they really would have JS turned off, they wouldn't have answered question here, because this site does not work without JS.


1 Answers

Whether you should be worried about this really depends on what sort of website you are creating. For instance, if you're creating a rich javascript app, you have to ask yourself if it's worth your time & effort to worry about javascript disabled browsers, as these users are probably not too concerned with using rich user interfaces anyway. Also do you have time to put in the extra work for these browsers as there will be little extra traffic and profit gained (if it's profit making website).

Also note that if javascript is disabled in these user's browsers, there will be much on the web these people cannot use. So in all likelihood they're not heavy users.

like image 192
Jamie Avatar answered Oct 06 '22 08:10

Jamie