|
|
@ -17,3 +17,5 @@ $("#score_list_<%= @work.id%>").removeAttr("style");
|
|
|
|
$("tr[id='student_work_<%= @work.id%>']").replaceWith("<%= escape_javascript(render :partial => 'evaluation_work',:locals => {:student_work => @work, :index => 1}) %>");
|
|
|
|
$("tr[id='student_work_<%= @work.id%>']").replaceWith("<%= escape_javascript(render :partial => 'evaluation_work',:locals => {:student_work => @work, :index => 1}) %>");
|
|
|
|
$("#work_num_<%= @work.id%>").html(num);
|
|
|
|
$("#work_num_<%= @work.id%>").html(num);
|
|
|
|
<% end%>
|
|
|
|
<% end%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#student_work_count").html("<%=@count %>");
|
|
|
|