JAH demo

Buried beneath the layers in any ajax framework is a simple concept: use the XMLHTTPRequest object to fetch html, and replace an element’s innerHTML with the response. This is a simple demo of just that, and as good an on-ramp to learning the ajax way as I’ve come across.