JQuery send post request after submit form?

后端 未结 6 2112
无人及你
无人及你 2021-01-26 09:58

Hello Friends this is my code to form submit and then send post link but form submit success then after not send post link.

document.getElementById(\"pitch_image         


        
6条回答
  •  天涯浪人
    2021-01-26 10:08

    Because DOM does not support submit(), there is do submit() function in DOM. Same exact answer when you asked this the last time.

提交回复
热议问题