p Use jq load to load a form page. Then after the form is submitted, how can only this p jump refresh instead of refreshing the entire page? Now after I submit the form, the entire page jumps to the success page and then goes to the homepage. Please give me some advice.
为情所困2017-05-17 09:57:25
I think your implementation is more like pjax. You can download thinkphp+pjax from Baidu
世界只因有你2017-05-17 09:57:25
If you want to separate the p part from the entire page, you can only use iframe.
But why not use ajax to achieve partial refresh?
淡淡烟草味2017-05-17 09:57:25
Your p is all uploaded using jq load, why don’t you use ajax for submission?