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
Post a Comment