Ajax without JavaScript

后端 未结 11 2776
Happy的楠姐
Happy的楠姐 2020-12-10 13:18

As JavaScript can be disabled in the browser by the user, I wonder if there is any way of developing an Application which uses Ajax but it doesn\'t use Javascript, so even i

11条回答
  •  余生分开走
    2020-12-10 13:21

    Well, you can't literally use Ajax without Javascript, since the "J" in Ajax is for "Javascript"

    The best you can do is test for Javascript functionality and load a non-Ajax version of the page instead.

提交回复
热议问题