jQuery POST – jQuery supports HTTP post request using two basic methods : 1) post() The HTTP post method is used in most of the web sites to send the data to be processed to the specific server. jQuery AJAX jQuery AJAX Intro jQuery Load jQuery Get/Post jQuery Misc jQuery noConflict() jQuery Filters jQuery Examples jQuery Examples jQuery Quiz jQuery Exercises jQuery Certificate jQuery References jQuery Overview jQuery Selectors jQuery Events jQuery Effects jQuery HTML/CSS jQuery Traversing jQuery AJAX jQuery Misc jQuery Properties Learn jQuery and JSON basics from scratch using a tutorial at Udemy.com. After checking out this tutorial, you will be able to create ajax post requests much more easily. Through my blog, I will discuss about sending JSON objects with ajax request using JQuery. Also, you can see how to post JSON data with jQuery easily and quickly. We have number of functions in jQuery to kick-off an ajax request. If a request with jQuery.post () returns an error code, it will fail silently unless the script has also called the global.ajaxError () method. Its API can be found here. How to Create a jQuery Ajax Post with PHP. jQuery provide below methods to implement get or post http request in ajax web application..ajax( settings ): This is the base method that all other get, post method will invoked.The settings is a JSON object, it’s content is name:value pair such as {type:”POST”, url:”login.html”, data:”…”, success:function(data, status){}} etc. It takes various parameters url, type, data, dataType, beforeSend etc. 3. jQuery post JSON data using .post() method Sometimes you don’t want to post data from an HTML form. 1. jQuery Ajax Http Get Post Methods. You can do it by creating a JSON string , and here’s how you’ll be able to post it. Alternatively, as of jQuery 1.5, the.error () method of the jqXHR object returned by jQuery.post () is also available for error handling. But for sending JSON objects along with the request, I chose jQuer.ajax(). In this short tutorial, we are going to share with you how to create a jQuery Ajax post request with PHP.