Jquery Ajax Complete Tutorial
jQuery is an amazing Javascript library that does all the heavy lifting for you so you can write less and do more (literally). AJAX stands for Asynchronous Javascript And XML. Truth be told these days the AJAX calls are Asynchronous Javascript And JSON(JavaScript Object Notation). Guess we still use the name AJAX probably because AJAJ sounds terrible ๐ . In this tutorial to understand how jQuery AJAX works we will build a small coffeeshop ordering application that does the following :...