r:last").after(html);
});
$('#chapterSum').html(chapter_count);
$('#goldsum').html(goldsum);
$('#sumEgold').html(goldsum);
if(parseInt($('#goldsum').html)>parseInt($('#old').html)){
shoRequest;
}
$('#subs_expand_all').html('收起章节列表');
//$('bs_expand').css('color','#CCC');
$('bs_expand').css('color','#CCC');
$("bs_expand").die("click");
$("#subs_expand_all").die("click");
$('#subs_expand_all').live('click',function{
hiddenChapterAll;
});
//$('#subs_expand_all').css('color','#CCC');
//去掉展开更多章节的提示
page=9999;
}
}
});
$("bs_list").css({height:"auto"});
});
})
//隐藏章节
functionhiddenChapterAll{
loading;
setTimeout('hiddenChapterAllTimeOut',1000);
//hiddenChapterAllTimeOut;
}
functionhiddenChapterAllTimeOut{
$("#chapter_more_tabletr:gt(4)").hide;
$("#chapter_more_tabletr:gt(4):checkbox").attr('checked',false);
/*
$("#chapter_more_tabletr:gt(0)").each(function(i,n){
if(i>3){
$(this).hide;
}
});
*/
goldsum=0;
chapter_count=0;
$("#chapter_more_tabletr:visible").each(function(i,n){
if($(this).children.children(":checkbox").attr('disabled')==false&&$(this).children.children(":checkbox").attr('checked')&&i!=0){
goldsum=goldsum+parseInt($(this).children('td:eq(4)').children.html);
chapter_count++;
}
});
$('#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{
shoChapterAll;
});
$("bs_expand").die("click");
$('bs_expand').css('color','#0099FF');
$('bs_expand').live('click',function{
shoChapterMore;
});
本章未完,请翻下一页继续阅读.........