课程资源列表:选人我的课程、选入我的其他课程弹出框关闭按钮异常
This commit is contained in:
parent
bf653fa94f
commit
c31e370ad6
|
@ -6,6 +6,6 @@
|
|||
|
||||
showModal('ajax-modal', '513px');
|
||||
$('#ajax-modal').siblings().remove();
|
||||
$('#ajax-modal').before("<span style='float: right;cursor:pointer;padding-left: 513px;'><a href='javascript:void(0)' onclick='closeModal()'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
|
||||
$('#ajax-modal').before("<a href='javascript:void(0)' onclick='closeModal()' style='margin-left: 480px;'><img src='/images/bid/close.png' width='26px' height='26px' /></a>");
|
||||
$('#ajax-modal').parent().css("top","").css("left","");
|
||||
$('#ajax-modal').parent().addClass("popbox_polls");
|
|
@ -757,8 +757,8 @@ function goTopEx() {
|
|||
}
|
||||
}
|
||||
|
||||
//匿评评分提示
|
||||
$(function(){
|
||||
//匿评评分提示
|
||||
$(".student_score_info").bind("mouseover",function(e){
|
||||
//alert($(this).html());
|
||||
$(this).find("div").show();
|
||||
|
@ -769,6 +769,8 @@ $(function(){
|
|||
//alert($(this).html());
|
||||
$(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();
|
||||
}
|
||||
|
||||
$(function(){
|
||||
$("#about_project label").eq(1).remove();
|
||||
});
|
Loading…
Reference in New Issue