Jquery Ajax Call Taking Too Long Or Something
I have a form that I want to ensure the paypal email address is valid before I submit. So i am making a jquery submit call like this $('#new_user').submit(function(){
Solution 1:
If you want to do something right away you would need to set async false in the request
Post a Comment for "Jquery Ajax Call Taking Too Long Or Something"