2015-08-15 17:07:50 +08:00
|
|
|
|
|
|
|
closeModal();
|
|
|
|
$("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>');
|
2015-08-31 11:59:33 +08:00
|
|
|
//这里不能将翻页的更新
|
2015-09-11 09:08:05 +08:00
|
|
|
$("#res_all_count").html(parseInt($("#res_all_count").html())+1);
|
|
|
|
$("#res_count").html(0);
|
|
|
|
$("#checkboxAll").attr('checked',false);
|