Ajax Example
# AJAX Example
* * *
To help you understand how AJAX works, we've created a small AJAX application:
## Example
## Change this text using AJAX
Change Content
[Try it Β»](
* * *
## AJAX Example Analysis
The above AJAX application contains one div and one button.
The div section is used to display information from the server. When the button is clicked, it calls a function named loadXMLDoc():
Next, add a
The following sections will explain how AJAX works.
YouTip