AJAX Example

Short Example of what you can do with AJAX

AJAX can be used to change only parts of your webpage!

This button will load the content of an HTML into this div.
This button will load the content of a JSON file.
This button will load a different page's content into this div tag (using a bit of recursion).