卷十七 (第2/3页)
用户名
$('#name').mouseover(function(){
$("#name").attr('class','sp_morem2');
$("#nav_s3").sho();
});
$('#name').mouseout(function(){
$("#name").attr('class','sp_more');
$("#nav_s3").hide();
});
//头部用户名end
//头部消息
$('#xiaoxi').mouseover(function(){
$("#xiaoxi").attr('class','sp_morem2');
$("#nav_s2").sho();
});
$('#xiaoxi').mouseout(function(){
$("#xiaoxi").attr('class','sp_more');
$("#nav_s2").hide();
});
//头部消息end
//滚屏
$('#screen').click(function(){
varselected=$('#screen').parent().parent().children(".select");
();
});
$('#screen1').click(function(){
varselected=$('#screen').parent().parent().children(".select");
();
});
$('#screen').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#screen').val($(this).html());
$('#screen').parent().parent().children('.select').hide();
varval=$('#screen').val();
if(0==val){
();
return;
}
();
});
});
//滚屏end
/*颜色*/
//背景色改变
$('#background').click(function(){
varselected=$('#background').parent().parent().children(".select");
();
});
$('#background1').click(function(){
varselected=$('#background1').parent().parent().children(".select");
();
});
$('.select').parent().each(function(){
$(this).mouseover(function(){
$(this).children(".select").sho();
});
});
$('.select').parent().each(function(){
$(this).mouseout(function(){
$(this).children(".select").hide();
});
});
$('#background').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#background').val($(this).html());
$('#background').parent().parent().children('.select').hide();
$(".ydleft").removeClass($('#background2').val());
$("body").removeClass($('#background2').val());
$("body").attr('style','');
$(".ydleft").attr('style','');
$('#background2').val($(this).attr('class'));
$(".ydleft").addClass($(this).attr('class'));
$("body").addClass($(this).attr('class'));
});
});
//背景色改变end
//文字大小
$('#fontSize').click(function(){
varselected=$('#fontSize').parent().parent().children(".select");
();
});
$('#fontSize1').click(function(){
varselected=$('#fontSize1').parent().parent().children(".select");
();
});
$('#fontSize').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#fontSize').val($(this).html());
$('#fontSize').parent().parent().children('.select').hide();
$(".yd_text2").removeClass($('#fontSize2').val());
$('#fontSize2').val($(this).attr('class'));
$(".yd_text2").addClass($(this).attr('class'));
});
});
//文字大小end
//字体
$('#fontFamily').click(function(){
varselected=$('#fontFamily').parent().parent().children(".select");
();
});
$('#fontFamily1').click(function(){
varselected=$('#fontFamily1').parent().parent().children(".select");
();
});
$('#fontFamily').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#fontFamily').val($(this).html());
$('#fontFamily').parent().parent().children('.select').hide();
$(".yd_text2").removeClass($('#fontFamily2').val());
$('#fontFamily2').val($(this).attr('class'));
$(".yd_text2").addClass($(this).attr('class'));
});
});
//字体end
//文字颜色改变
$('#fontColor').click(function(){
varselected=$('#fontColor').parent().parent().children(".select");
();
});
$('#fontColor1').click(function(){
varselected=$('#fontColor1').parent().parent().children(".select");
();
});
$('#fontColor').parent().parent().children('.select').children('p').each(function(){
$(this).click(function(){
$('#fontColor').val($(this).html());
$('#fontColor').parent().parent().children('.select').hide();
$(".yd_text2").removeClass($('#fontColor2').val());
$('#fontColor2').val($(this).attr('class'));
$(".yd_text2").addClass($(this).attr('class'));
});
});
//文字颜色改变end
//保存按钮,恢复按钮
$("#saveButton").click(function(){
$.cookie('screen',$('#screen').val(),{path:'/',expires:date});
$.cookie('background',$('#background2').val(),{path:'/',expires:date});
$.cookie('fontSize',$('#fontSize2').val(),{path:'/',expires:date});
$.cookie('fontColor',$('#fontColor2').val(),{path:'/',expires:date});
$.cookie('fontFamily',$('#fontFamily2').val(),{path:'/',expires:date});
alert('保存成功');
});
$("#recoveryButton").click(function(){
$('body').removeClass($.cookie('background'));
$('body').removeClass($('#background2').val());
$('.ydleft').removeClass($('#background2').val());
$('.ydleft').removeClass($.cookie('background'));
$('body').attr('style','background:#E5F2F7');
$('.ydleft').attr('style','background:#F2F8FB');
$('.yd_text2').removeClass($('#fontSize2').val());
$('.yd_text2').removeClass($.cookie('fontSize'));
$('.yd_text2').removeClass($('#fontColor2').val())
$('.yd_text2').removeClass($.cookie('fontColor'));
$('.yd_text2').removeClass($('#fontFamily2').val
(本章未完,请点击下一页继续阅读)