Posting data to self using jquery

前端 未结 3 1384
再見小時候
再見小時候 2020-12-19 01:38

I am trying to post some form data to self with no success.My code is as follows


    Post to self
    

        
3条回答
  •  春和景丽
    2020-12-19 02:30

    add return false; at the end of the inline javascript function to avoid the form gets submitted the "normal" way

提交回复
热议问题