Created
November 13, 2013 07:00
-
-
Save callblueday/7444893 to your computer and use it in GitHub Desktop.
一种解决方法是禁掉异步调用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.ajax({ | |
url: url_preLogin, | |
async: false, | |
type: "GET", | |
data: preData, | |
success: callback | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment