Friday, October 30, 2009

[jQuery] Cancel form submission "by outside"

What I mean: everyone knows that to cancel a form submission it just have to put an "return false" in the submit function of the form.
But I want a link in the page that executes a function that can stop a running-submission of a form. got it?

No comments: