How often do you find javascript disabled on browsers?

后端 未结 7 751
[愿得一人]
[愿得一人] 2021-01-08 01:12

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 an

7条回答
  •  温柔的废话
    2021-01-08 01:37

    As a whole, I think you can expect any browser that supports CSS will have JavaScript enabled.

    However, it's not always a question of JavaScript being enabled/disabled on the browser entirely. Most of my friends/coworkers use NoScript to only allow JavaScript on specific sites.

提交回复
热议问题