How does AJAX work?

前端 未结 8 2023
北海茫月
北海茫月 2020-11-22 10:38

What is the essence of AJAX? For example, I want to have a link on my page such that when a user clicks this link, some information is sent to my server without the reloadin

8条回答
  •  旧时难觅i
    2020-11-22 10:58

    that is ajax. you cannot use ajax without javascript. you should look at jquery and prototype examples to get an idea of usage.

提交回复
热议问题