If you’re new to AJAX you may be wondering how you can pull in just a single element from another HTML page (as calling an HTML page with AJAX pulls the entire HTML content in as a String).
It has also been explained to me that the particular solution I’m going to discuss here is the same technique used by the jQuery library.