Graceful degradation - when to consider

后端 未结 4 2215
野的像风
野的像风 2021-02-15 12:05

When designing and building the UI for an application that uses AJAX, when do you consider graceful degradation (for users who have JavaScript disabled, or are using a screen re

4条回答
  •  情书的邮戳
    2021-02-15 12:50

    Jeremy Keith sums up the argument for Progressive Enhancement with his Hijax article.

    Typically, I use the following code to dynamically apply a class of "js" to the HTML element to target JS-enabled browsers

提交回复
热议问题