总得分tip鼠标放在整行均显示

dev_daiao_temp
Tim 9 years ago
parent 7d3847656b
commit 918f741db0

@ -178,14 +178,14 @@
$(id).submit();
}
$(".sum_score_tip").each(function(){
$(".sy_new_table tr").each(function(){
$(this).mouseenter(function(){
$(".sy_tips_box_inner").hide();
$(this).next().stop();
$(this).next().show();
$(this).children().eq(6).children().eq(1).stop();
$(this).children().eq(6).children().eq(1).show();
});
$(this).mouseleave(function(){
$(this).next().delay(500).hide(0);
$(this).children().eq(6).children().eq(1).delay(500).hide(0);
});
});

Loading…
Cancel
Save