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 -

javascript - What is an alternative to using getElementByClass for hiding multiple elements? -

c# - GetType() == type perfomance question -