Is it worth it to code different functionality for users with javascript disabled?

后端 未结 12 916
一整个雨季
一整个雨季 2020-12-28 15:53

I\'m currently building a project and I would like to make use of some simple javascript - I know some people have it disabled to prevent XSS and other things. Should I...

12条回答
  •  独厮守ぢ
    2020-12-28 16:29

    It is essential to at least test your website is functional when JavaScript is turned off.

    As orip says, degrading gracefully is very important. It should be vital that your page both looks nice and functions when JavaScript is disabled.

提交回复
热议问题