Submit form without page reloading

后端 未结 17 2466
无人及你
无人及你 2020-11-22 00:45

I have a classifieds website, and on the page where ads are showed, I am creating a \"Send a tip to a friend\" form...

So anybody who wants can send a tip of the ad

17条回答
  •  无人及你
    2020-11-22 01:19

    I did something similar to the jquery above, but I needed to reset my form data and graphic attachment canvases. So here is what I came up with:

        
    

    That works well for me, for your application of just an html form, we can simplify this jquery code like this:

           
    

提交回复
热议问题