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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -