1 Star 0 Fork 0

JasonChin / weizhuan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
JasonChin 提交于 2016-05-20 23:55 . new file
$("a:contains('抢单'):last").trigger("click");
$(document).ready(function(){
setTimeout(function(){
window.location.href="plugin.php?id=levbank:miss500&mobile=2";
},2300);
//$("a:contains('抢单')").trigger("click");
//$("a[href='plugin.php?id=levbank:miss']").trigger("click").hide();
// $("p:contains('我擦,手慢……')").hide('fast',function(){
// window.location.href="plugin.php?id=levbank:miss500&mobile=2";
// });
$("p:contains('我擦,手慢……')").bind("myEvent", function (event) {
setTimeout(function(){
window.location.href="plugin.php?id=levbank:miss500&mobile=2";
},2100);
});
$("p:contains('我擦,手慢……')").trigger("myEvent");
});
JavaScript
1
https://gitee.com/jasonchin/weizhuan.git
git@gitee.com:jasonchin/weizhuan.git
jasonchin
weizhuan
weizhuan
master

搜索帮助