添加文件上传提醒样式

szzh
huang 10 years ago
parent faf019b326
commit 288cc5397e

@ -25,9 +25,9 @@ $('#upload_file_div').slideToggle('slow');
closeModal(); closeModal();
$("#resource_list").html('<%= j(render partial: "project_file_new" ,locals: {project: @project}) %>'); $("#resource_list").html('<%= j(render partial: "project_file_new" ,locals: {project: @project}) %>');
// 添加文件上传成功提示, // 添加文件上传成功提示,
var div = $('<div id="addBox">文件上传成功!</div>'); var div = $('<div id="addBox" class="flash notice">文件上传成功!</div>');
$("#course_list").prepend(div); $("#course_list").prepend(div);
setTimeout( function(){div.remove();},30000) setTimeout( function(){div.remove();},3000)
<%elsif @course%> <%elsif @course%>
closeModal(); closeModal();
$("#resource_list").html('<%= j(render partial: "course_file" ,locals: {course: @course}) %>'); $("#resource_list").html('<%= j(render partial: "course_file" ,locals: {course: @course}) %>');

Loading…
Cancel
Save