I'm doing form validation. In the form check function, I called an ajax function to verify a field. if the return data of ajax equals "No", this function supposed to return false. However, it never wait for the ajax result return. How should I handle this issue? my button code: I'm doing form validation. In the form check fu