An AJAX contact form which just works.
I love AJAX; the public love AJAX. Since Google’s real-time suggestions came about, AJAX powered web applications have exploded.
What is AJAX?
AJAX simply means Asynchronous JavaScript And XML. But what does that mean? Well, it means you don’t need to refresh the page in order to carry out actions such as form submissions, item re-ordering, and so on. jQuery has made AJAX unbelievably simple, so why not give it a go?
