第2119章 边城“奇遇”(8 / 9)

加入书签

//切换阅读背景颜色

$("d_bgdlspan").each(function(index,element){

$(this).click(function(){

varbackcolorvalue=$(this).attr('class');

$("body").removeclass();

$("body").addclass(backcolorvalue);

//添加cookie记录

setcookie("readsetbackground",backcolorvalue,30);

});

});

//切换关灯效果

$("xet").toggle(function(){

$("#qiehuancss").attr('href',"-");

$("div#readercontainer").css("color","#666");

$(".lilighttxet").text('开灯');

//添加cookie记录

setcookie("readsetbackground","rbgcloselight",30);

},function(){

$("#qiehuancss").attr('href',"");

$("div#readercontainer").css("color","rgb(0,0,0)");

$(".lilighttxet").text('关灯');

//添加cookie记录

setcookie("readsetbackground","rbgopenlight",30);

});

$("#add_bookcase").click(function(){

vartextcontent=$(this).text();

varjquser=getcookie("jieqiuserinfo");

if(textcontent=='加入书架'){

if

↑返回顶部↑

书页/目录

相关阅读: