Introduction to Ajax with jQuery
jQuery is one of the most popular JavaScript frameworks out there and for good reason. It has a plethora of features that make it a pleasure to work with. One of these is Ajax. For this lesson’s purpose I’ve created a simple form that asks the user for their name and password, and will then display it on screen. However, whatever you want to do with the data, the Ajax is exactly the same.

