preventdefault - jQuery - want to RESTOREDefault on a form submission -


i submitting form via ajax , using event.preventdefault() stop forwarding action url. subsequently shows confirmation window result of form submission. how ensure submit form many times again?

on form submit, disable submit button. in success callback ajax, enable button again signify form has went through , able receive form.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -