Skip to content

Instantly share code, notes, and snippets.

@garveen
Created January 6, 2016 14:59
Show Gist options
  • Save garveen/bc753ff3d1e4192da3f6 to your computer and use it in GitHub Desktop.
Save garveen/bc753ff3d1e4192da3f6 to your computer and use it in GitHub Desktop.
防止12306老是断,2016年春季版
$(document).ajaxComplete(function(e, xhr, settings) {
if (!$('#queryLeftTable').children().length) {
window.setTimeout(function() {
if (!$('#queryLeftTable').children().length) {
window.setTimeout(function() {
$('#query_ticket').click();
window.setTimeout(function() {
$('#query_ticket').click();
}, 500);
}, 500);
}
}, 500);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment