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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

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