Fork me on GitHub

Native Example

This example uses the browser's native XMLHttpRequest object to make AJAX requests.

jQuery Example

This example uses jQuery with $.ajax, $.getJSON, etc.

Prototype Example

This example uses Prototype with Ajax.Request.