newrow

POST Requests with jQuery

An HTTP POST request is simply an HTTP request that can have any type of data attached to it. You're probably familiar with their use when submitting web forms. This is quite easy...
this is the method syntax we gonna use here:
$(selector).post(URL,data,function(data,status,xhr),dataType)
Here the submit page:

you can use that posted data on submitdatafile.php
You can get more information via jQuery home page.


No comments:

Post a Comment