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++ ;
}
});
/*
$("#chapter_more_table tr:gt(0)").each(function(i, n){
if(i>3){
$(this).sho();
}
});
*/
$('#chapterSum').html(chapter_count) ;
$('#goldsum').html(goldsum) ;
$('#sumEgold').html(goldsum) ;
$("#subs_expand_all").die("click");
$('#subs_expand_all').html('收起章节列表') ;
$('#subs_expand_all').live('click',function(){
hiddenChapterAll() ;
}) ;
$('bs_expand').css('color','#CCC');
$("bs_expand").die("click");
if(parseInt($('#goldsum').html())-->>
本章未完,点击下一页继续阅读