What is Progressive Enhancement?

后端 未结 8 1318
醉话见心
醉话见心 2020-12-03 04:52

Jeff mentioned the concept of \'Progressive Enhancement\' when talking about using JQuery to write stackoverflow.

After a quick Google, I found a couple of high-leve

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 05:20

    I wrote a tutorial on creating a poll that used progressive enhancement at NETTUTS. The idea is to create a functional site using XHTML/CSS and PHP, and then intercept forms etc with Javascript. (I used JQuery).

提交回复
热议问题