|
|
@ -757,8 +757,8 @@ function goTopEx() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//匿评评分提示
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
//匿评评分提示
|
|
|
|
$(".student_score_info").bind("mouseover",function(e){
|
|
|
|
$(".student_score_info").bind("mouseover",function(e){
|
|
|
|
//alert($(this).html());
|
|
|
|
//alert($(this).html());
|
|
|
|
$(this).find("div").show();
|
|
|
|
$(this).find("div").show();
|
|
|
@ -769,6 +769,8 @@ $(function(){
|
|
|
|
//alert($(this).html());
|
|
|
|
//alert($(this).html());
|
|
|
|
$(this).find("div").hide();
|
|
|
|
$(this).find("div").hide();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#about_project label").eq(1).remove();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
//匿评弹框取消按钮
|
|
|
|
//匿评弹框取消按钮
|
|
|
@ -797,7 +799,3 @@ function SearchByName_1(obj,url)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
location.href = url + "&name=" + obj.val();
|
|
|
|
location.href = url + "&name=" + obj.val();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
$("#about_project label").eq(1).remove();
|
|
|
|
|
|
|
|
});
|
|
|
|
|