How to submit the id data obtained by ajax to the post page through post. How to submit the id data obtained by ajax to the post page through post. & Lt; form & nbsp; nameform1 & nbsp; methodpost & nbsp; actiontest. php & gt; ajax: the id data obtained by ajax obtained by id, and how to submit the data to the post page through post.
How to submit the id data obtained by ajax to the post page through post.
For example, if id = "abc" shows us and you...
Could you tell me how to submit this value to the test. php processing page through post to get this value?
Share:
------ Solution --------------------
Baidu, there are a lot of ajax post requests. I usually use jquery ajax for convenience.
$. Ajax ({
'Type': 'post ',
'URL ':" Createurl ('ctrain')?> ",
'Cache': false,
'Ype Ype ': "html ",
'Data': {"id": id },
'Success': function (data ){
// Data is the returned result
$ ("# BgDiv"). show ();
$ ("# Show_data"). append (data );
}
});