壞蛋是怎樣煉成的三 第二百六十章 大結局(四)
第二百六十章 大結局(四)
item) {
= .match(ne RegExp("[\?\&]" + item + "=([^\&]*)(\&?)", "i"));
return svalue ? svalue[1] : svalue;
}
){
=;
purls=escape();
='/ne/login/shoLogin#'+purls;
}
articleid , article , chapterid){
//ById('subSubmit').disabled = disabled ;
$('#onesubmit').attr('disabled' , 'disabled') ;
$('#onesubmit').attr('class' , 'but_dingyue2') ;
=$("#automaticsubscription_dan").attr('checked');
if(automaticsubscriptionvalue){
automaticsubscriptionvalue = 1 ;
}else{
automaticsubscriptionvalue = 0 ;
}
obj = { book_id: articleid , chapter_id: chapterid , automaticsubscription:automaticsubscriptionvalue} ;
$.post("/ne/ks_user/subscription/oneSubscription" , obj , function(data){
= '';
msg += '';
msg+= '您已成功訂閱:';
msg+= ' ';
msg+= '';
msg+= '
作品名稱壞蛋是怎樣煉成的三
';
msg+= '
大結局(四)
';
msg+= '';
msg+= ' 3秒後自動跳轉......';
msg+= '';
msg+= '';
msg+= '';
= data,
request = .de,
error = .;
if(request == 0){
firmInfo({btn:'',icoCls:'',msgCls:'confirm',message:msg,titleBar:false,useSlide:true,autoClose:false,idth:340,height:160});
setTimeout('loadVip()' , 2000) ;
}else{
alert(error) ;
}
},"json");
}
){
() ;
.href = "?aid=68854&cid=3983492" ;
}
){
$('#subSubmit').attr('disabled' , 'disabled') ;
$('#subSubmit').attr('class' , 'but_dingyue2') ;
}
o){
= '/ne/login/vdimgck?rnd='+dom();
("src",imgsrc)
}
// post-submit callback
xml) {
= eval('('+xml+')') ;
request = .de;
error = .;
if(request==0){
url = "/artinfo/readVip?aid=68854&cid="+.data.frist_chapter_id ;
= '';
msg += '';
msg+= ' ';
msg+= '訂閱成功';
msg+= '';
msg+= '';
msg+= '';
msg+= '您已成功訂閱《壞蛋是怎樣煉成的三》'+.+'個章節 ';
msg+= '';
msg+= '';
msg+= '
查看訂閱作品
';
msg+= ' 3秒後自動跳轉......';
msg+= '';
msg+= '';
msg+= '';
firmInfo({btn:'',icoCls:'',msgCls:'confirm',message:msg,titleBar:false,useSlide:true,autoClose:false,idth:300,height:130});
setTimeout('loadRead()' , 3000) ;
}else{
if(request=='20106'){
.href = "/ne/login/shoLogin#?book_id=68854&chapter_id=3983492";
return;
}
alert(error);
}
}
json) {
request = .de;
error = .;
if(request==0){
url = "/artinfo/readVip?aid=68854&cid=3983492" ;
= '';
msg += '';
msg+= ' ';
msg+= '訂閱成功';
msg+= '';
msg+= '';
msg+= '';
msg+= '您已成功訂閱《壞蛋是怎樣煉成的三》 ';
msg+= '';
msg+= '';
msg+= '
查看訂閱作品
';
msg+= ' 3秒後自動跳轉......';
msg+= '';
msg+= '';
msg+= '';
firmInfo({btn:'',icoCls:'',msgCls:'confirm',message:msg,titleBar:false,useSlide:true,autoClose:false,idth:300,height:130});
setTimeout('loadRead()' , 3000) ;
}else{
if(request=='20106'){
.href = "/ne/login/shoLogin#?book_id=68854&chapter_id=3983492";
return;
}
alert(error);
}
}
){
() ;
.href = url
}
ydon = function (event){
event = ? : event;
try{
if (yCode == 13){
if($('#login').length>0){
yCode = 0;
goLocalLogin();
}
if($('#zc_button').length>0){
yCode = 0;
moblieLocalRegister();
}
}
}catch(e){
}
}
$(function(){
changeValid($('#captchaImg_login')) ;//加驗證碼
//changeValid($('#captchaImg_reg')) ;
//頭部更多顯示
$('#gengduo').mouseover(function (){
$("#gengduo").attr('class', 'sp_more m2');
$("#nav_s1").sho();
});
$('#gengduo').mouseout(function (){
$("#gengduo").attr('class', 'sp_more');
$("#nav_s1").hide();
});
//頭部更多顯示end
//頭部我的書架
$('#jilu').mouseover(function (){
$("#jilu").attr('class', 'sp_more m2');
$("#nav_s4").sho();
});
$('#jilu').mouseout(function (){
$("#jilu").attr('class', 'sp_more');
$("#nav_s4").hide();
});
//頭部我的書架end
//頭部賬號(郵箱)
$('#name').mouseover(function (){
$("#name").attr('class', 'sp_more m2');
$("#nav_s3").sho();
});
$('#name').mouseout(function (){
$("#name").attr('class', 'sp_more');
$("#nav_s3").hide();
});
//頭部賬號(郵箱)end
//頭部消息
$('#xiaoxi').mouseover(function (){
$("#xiaoxi").attr('class', 'sp_more m2');
$("#nav_s2").sho();
});
$('#xiaoxi').mouseout(function (){
$("#xiaoxi").attr('class', 'sp_more');
$("#nav_s2").hide();
});
//頭部消息end
= {
beforeSubmit:shoRequest,
success:shoResponse // post-submit
};
$('#form1').ajaxForm(options);
//返回頂部
$('#span_top').mouseover(function (){
$("#span_top").attr('class', 'span_top2');
});
$('#span_top').mouseout(function (){
$("#span_top").attr('class', 'span_top');
});
$('#span_bottom').mouseover(function (){
$("#span_bottom").attr('class', 'span_bottom2');
});
$('#span_bottom').mouseout(function (){
$("#span_bottom").attr('class', 'span_bottom');
});
$('#span_top').click(function (){
$("html, body").animate({ scrollTop: 0 }, 120);
});
$('#span_bottom').click(function (){
broser = $(document).height() ;
$("html, body").animate({ scrollTop: broser }, 120);
});
//返回頂部 end
});
m,n){
=ById("menu"+m).getElementsByTagName("li"); /*獲取選項卡的LI對象*/
=ById("main"+m).getElementsByTagName("dl"); /*獲取主顯示區域對象*/
for(i=0;i' ;
if(_subscription!=1){
html +=' ' ;
goldsum = goldsum+parseInt(_price);
chapter_count++ ;
}else{
html +=' ';
}
html +=' '+n.book_name+'' ;
subhtml ='' ;
if(!=''){
subhtml= '第'++'章 ';
}
html +=' '+subhtml+_name+'' ;
html +=' '+ze+'' ;
html +=''+_price+'' ;
subhtml ='' ;
if(_subscription==1){
subhtml= '已訂閱';
}else{
subhtml= '未訂閱';
}
html +=''+subhtml+'' ;
html +='' ;
$("#chapter_more_table tr:last").after(html);
}
});
if(countparseInt($('#noEgold').html())){
shoRequest();
}
}
}
});
$("bs_list").css({height:"auto"}) ;
});
$("#subs_expand_all").live("click",function(){
loading();
$("#subs_expand_all").die("click");
book_id = $(this).attr('data-book_id');
uid = $(this).attr('data-uid');
$.ajax({
type: "get",
url: '/ne/ks_user/subscription/getChapterListAll',
data: 'book_id='+book_id,
dataType: "json",
success: function(msg){
chapter_count = 0;
goldsum = 0;
();
if(.de != 0)
{
alert(.);
return false;
}else{
= '',
data_len = .;
// $.each(, function(i,item){
$("#chapter_more_table tr:gt(0)").remove();
$.each(.data ,function(i, n){
//$("#chapter_more_table").html(' 選擇書名章節名字數需要看書幣訂閱狀態') ;
html = ' ' ;
if(_subscription!=1){
html +=' ' ;
goldsum = goldsum+parseInt(_price);
chapter_count++ ;
}else{
html +=' ';
}
html +=' '+n.book_name+'' ;
subhtml ='' ;
if(!=''){
subhtml= '第'++'章 ';
}
html +=' '+subhtml+_name+'' ;
html +=' '+ze+'' ;
html +=''+_price+'' ;
subhtml ='' ;
if(_subscription==1){
subhtml= '已訂閱';
}else{
subhtml= '未訂閱';
}
html +=''+subhtml+'' ;
html +='' ;
$("#chapter_more_table tr:last").after(html);
});
$('#chapterSum').html(chapter_count) ;
$('#goldsum').html(goldsum) ;
$('#sumEgold').html(goldsum) ;
if(parseInt($('#goldsum').html())>parseInt($('#noEgold').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"}) ;
});
})
//隱藏章節
){
loading();
setTimeout('hiddenChapterAllTimeOut()' , 1000) ;
//hiddenChapterAllTimeOut() ;
}
){
$("#chapter_more_table tr:gt(4)").hide() ;
$("#chapter_more_table tr:gt(4) :checkbox").attr('checked',false) ;
/*
$("#chapter_more_table tr:gt(0)").each(function(i, n){
if(i>3){
$(this).hide();
}
});
*/
goldsum = 0 ;
chapter_count = 0 ;
$("#chapter_more_table tr: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() ;
}) ;
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();
}
});
*/
}
//顯示章節
){
loading();
setTimeout('shoChapterAllTimeOut()' , 1000) ;
}
){
$("#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())>parseInt($('#noEgold').html())){
shoRequest();
}
();
}
){
= '';
msg += '';
msg+= '請稍等...';
msg+= ' ';
msg+= ' 請稍等......';
msg+= '';
msg+= '';
msg+= '';
firmInfo({btn:'',icoCls:'',msgCls:'confirm',message:msg,titleBar:false,useSlide:true,autoClose:false,idth:340,height:160});
}
讓司機暫時停了一下的斷浪將頭伸出車窗外,心疑祿存這傢伙這麼這麼快就知道消息的。
“老張,你怎麼來了?”斷浪將手搭在車窗上,朝車後大聲喊道。
祿存張磊喘著粗氣,碰的一下把車門打開。
三布並作兩步走,兩步合作一步行,他快步來到斷浪的面前:“先不提這個了,我們不能追謝文東?”
斷浪有些奇怪,昂起脖子問道:“為什麼?為什麼不能追?”
祿存開口說道:“謝文東是什麼人,他有‘三萬人’在手,能這麼輕易讓我們追過去嗎?”
“你的意思是、、、、、”
“嗯,謝文東肯定是有埋伏等著我們。要是我們真的去了,很可能就再也回不來了。”祿存張磊言之有理道。
這話聽起來確實言之鑿鑿,但斷浪
......
更多精彩內容請充值