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

后端 未结 12 953
一整个雨季
一整个雨季 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:49

    Degrade gracefully - make sure the site works without JavaScript, then add bells and whistles for those with JavaScript enabled.

提交回复
热议问题