Graceful degradation - when to consider

后端 未结 4 2217
野的像风
野的像风 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

    The method I'm employing so far is to write it so it works without javascript then add the javascript on top.

    It's really the reverse of gracefully degradation, it's an emphasis on enhancing the page as your browser and settings allow.

    Relevant article

提交回复
热议问题