全选框在翻页后也应该重置为不选

This commit is contained in:
lizanle 2015-08-29 10:36:55 +08:00
parent eef96701dd
commit 878f48079d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
$("#search_div").html('<%= escape_javascript( render :partial => 'resource_search_form',:locals => {:user=>@user,:type=>@type} ) %>');
$("#resources_list").html('<%= escape_javascript( render :partial => 'resources_list' ,:locals=>{ :attachments => @attachments})%>');
$("#pages").html('<%= pagination_links_full @atta_pages, @atta_count, :per_page_links => false, :remote => @is_remote, :flag => true %>');
$("#res_count").html(0);
$("#res_count").html(0);
$("#checkboxAll").attr('checked',false);