How does AJAX work?

前端 未结 8 2012
北海茫月
北海茫月 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条回答
  •  长情又很酷
    2020-11-22 10:52

    What you are trying to do is technically ajax. Ajax creates xhtml fragment transactions to update sections of a page. Javascript makes these get requests nice and neat.

提交回复
热议问题