How would I do this in jquery? I would like to post data, process, and then retrieve the page that is generated by that data.
All I can find are seperate just post. or just retrieve data.
|
|
How would I do this in jquery? I would like to post data, process, and then retrieve the page that is generated by that data. All I can find are seperate just post. or just retrieve data.
|
||||
|
|
|
You might as well try this example: Client Side:
Server Side(search.php):
|
||
|
|
|
|
jQuery has the
|
||
|
|
|
|
To post the data you use For example:
This will show the returned data from the server in an alert box. |
||
|
|