Created
July 29, 2014 06:40
-
-
Save thrbowl/03777b59fe25871759ec to your computer and use it in GitHub Desktop.
12306.cn have no sound tip
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
$(document).ajaxSend(function(evt, request, settings) { | |
if (settings.url.indexOf("autoSubmitOrderRequest") >= 0) { | |
document.title = '有票了'; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment