Sunday, October 18, 2015

Javascript promises and jQuery validation

When using Javascript promises to do some AJAX that is needed for form validation, I have found it useful to return false to the validation function and allow the code in the promises to do the actual submission/rejection.

No comments:

Post a Comment