nodecc吧 关注:0贴子:20
  • 5回复贴,共1

忙于12306解决问题

只看楼主收藏回复

真是操错了心,还要去帮铁老大解决问题?
这次不是,这次真心是帮用户解决问题的!


IP属地:北京1楼2013-01-17 00:04回复
    $(".tj_btn button:eq(1)").bind("mouseout", function(){console.log('1');});
    $(".tj_btn button:eq(1)").bind("mouseout", function(){console.log('2');});
    bind的功能超出我的想象。对click似乎并没有嵌套!只好mousedown了


    IP属地:北京2楼2013-01-18 22:30
    回复
      $(".tj_btn button:eq(2)").bind("mousedown", function(){console.log('mm down');stopCheckCount();});
      manifest:
      "include_globs": [ "*://dynamic.12306.cn/otsweb/loginAction.do*", "*://dynamic.12306.cn/otsweb/order/*"],


      IP属地:北京3楼2013-01-19 07:25
      回复
        取消订单后的查询页面的bug,当时的iframe其实是loginAction.do?method=init
        //Check had login, redirect to query url if( window.parent && window.parent.$ ) { var str = window.parent.$("#username_ a").attr("href"); if( str && str.indexOf("sysuser/user_info") != -1 ){ window.location.href = query_url; return; } }
        这段代码有问题


        IP属地:北京4楼2013-01-19 07:32
        回复
          哇,又忙了这么多天


          IP属地:北京5楼2013-01-22 18:10
          回复
            两天前就以为接近尾声了。现在还在继续奋斗中。


            IP属地:北京6楼2013-02-01 14:23
            回复