Smoke & mirrors so you can prototype quickly
This example uses the browser's native XMLHttpRequest object to make AJAX requests.
XMLHttpRequest
This example uses jQuery with $.ajax, $.getJSON, etc.
$.ajax
$.getJSON
This example uses Prototype with Ajax.Request.
Ajax.Request