Using jQuery Form plugin, how do I prevent form resubmission temporarily? -
I am using an event handler for form submission. However, I need to disable the formation of the form until I get an event on which the server has finished processing how do I do it?
$ ("# submit") (function () {$ (this) .attr ('disabled', 'disabled');}); Accessories
Comments
Post a Comment