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.
I think your implementation is more like pjax. You can download thinkphp+pjax from Baidu
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?
Then don’t use form, use ajax to submit
Your p is all uploaded using jq load, why don’t you use ajax for submission?