}) ;
if(parseInt($('#goldsum').html())3){
if(k>clickMpre){
clickMpre = 9 ;
count_num++ ;
return false;
}
if($(this).is(":hidden")){
$(this).sho();
k++ ;
}
}
if($(this).children().children(":checkbox").attr('disabled')==false){
goldsum = goldsum+parseInt($(this).children('td:eq(4)').children().html());
$(this).children().children(":checkbox").attr('checked',true) ;
chapter_count++;
}
});
$('#chapterSum').html(chapter_count) ;
$('#goldsum').html(goldsum) ;
$('#sumEgold').html(goldsum) ;
if(parseInt($('#goldsum').html())>parseInt($('#noEgold').html())){
shoRequest();
}
if((count_num==1&&k>6)||(count_num>1&&k3){
$(this).hide();
}
});
*/
}
//显示章节
function shoChapterAll(){
loading();
setTimeout('shoChapterAllTimeOut()' , 1000) ;
}
function shoChapterAllTimeOut(){
$("#chapter_more_table tr:gt(4)").sho() ;
chapter_count = parseInt($('#chapterSum').html()) ;
goldsum = parseInt($('#goldsum').html()) ;
$("#chapter_more_table tr:visible").each(function(i, n){
if($(this).children().children(":checkbox").attr('disabled')==false&&$(this).children().children(":checkbox").attr('checked')==false){
$(this).children().children(":checkbox").attr('checked',true) ;
goldsum = goldsum+parseInt($(this).children('td:eq(4)').children().html());
chapter_count++ ;
}
});