AJAX is a new approach to interactive web applications, basically involving using JavaScript that queries back to the server (without refreshing the whole page) using XMLHttpRequest
. I had seen this term a few weeks ago and then last night I was trying to remember the term for it, but I couldn’t quite remember it.
Idea for this post came from Jeremy Z.’s post.