Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhuzhuaicoding/7192781 to your computer and use it in GitHub Desktop.
Save zhuzhuaicoding/7192781 to your computer and use it in GitHub Desktop.
_script.onload = _script.onreadystatechange = function () {
var uA = navigator.userAgent.toLowerCase();
if (!(!(uA.indexOf("opera") != -1) && uA.indexOf("msie") != -1) || /loaded|complete/i.test(this.readyState)) {
if (typeof onload == "function") {
onload();
}
complete(_jsonpLoadState == "loaded" ? reportSuccessCode : reportErrorCode);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment