Adding AJAX
What is Ajax? Ajax (Asynchronous JavaScript And XML) is a technology that allows a web page to perform actions or update dynamically, without completely reloading. The idea is that by using Ajax technology, a website can be more responsive and interactive than a non-Ajax site. For instance, without Ajax, Google…