An Introduction to Ajax methods

Performing Ajax calls using raw JavaScript is of course possible, but dealing with all the different parts of the code can be a pain. This is even more true if you have to support a prehistoric browser like Internet Explorer 6. Fortunately for us, jQuery provides a set of methods that deal with these issues Read more about An Introduction to Ajax methods[…]