jQuery POST form data

后端 未结 3 1801
孤城傲影
孤城傲影 2020-12-05 14:23

When I click submit I\'d like all form data to be POSTed to process.php. Then on process.php I want to echo out the POST data and finally replace everything in results div t

3条回答
  •  离开以前
    2020-12-05 15:21

    You can call $.post passing form data serialized. like this:

    
    

提交回复
热议问题