$(".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了
$(".tj_btn button:eq(1)").bind("mouseout", function(){console.log('2');});
bind的功能超出我的想象。对click似乎并没有嵌套!只好mousedown了