AJAX stands “Asynchronous Javascript And XML”, typically used to request data and then act upon that data asynchronously (i.e. not halting the rest of the code from running until the AJAX request receives a response). Hopefully that answers your question.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Correction required : Misleading definition | 2 | 401 | August 25, 2023 | |
| Javascript VS Ajax when working with JSON | 4 | 2030 | January 25, 2021 | |
|
Use of Asynchronous JavaScript and XML. - AJAX
|
2 | 320 | June 1, 2021 | |
| How ajax prevents page refresh? | 2 | 487 | June 1, 2021 | |
|
AJAX versus $.getJSON()
|
7 | 6799 | January 16, 2021 |