dev_daiao_temp
cxt 9 years ago
commit 1cf3c2cd48

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

Loading…
Cancel
Save