Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to stop sending form #476

Closed
Finesse opened this issue Jul 6, 2015 · 2 comments
Closed

There is no way to stop sending form #476

Finesse opened this issue Jul 6, 2015 · 2 comments

Comments

@Finesse
Copy link

Finesse commented Jul 6, 2015

It would be great if there is a possibility to stop uploading file or sending form.

@Argee88
Copy link

Argee88 commented Oct 13, 2016

there is: just return false from the beforeSend-method

$('#form').ajaxForm({ beforeSend: function(){ return false; } });

@kevindb
Copy link
Contributor

kevindb commented Feb 21, 2017

Possibly resolved by #506

@kevindb kevindb closed this as completed Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants