jQuery Ajax Get, Post With JSON Example
Besides use XMLHttpRequest to implement HTTP get, post request in ajax web application, jQuery also provide some methods which wrap XMLHttpRequest to achieve HTTP get, post ajax request also. This article will show you examples of how to use them.