(){
$("#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
//滚屏
$('#screen').click(function (){
var selected = $('#screen').parent().parent().children(".select") ;
() ;
});
$('#screen1').click(function (){
var selected = $('#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() ;
var val = $('#screen').val() ;
if(0 == val){
();
return;
}
() ;
});
});
//滚屏 end
/*颜色*/
//背景色改变
$('#background').click(function (){
var selected = $('#background').parent().parent().children(".select") ;
() ;
});
$('#background1').click(function (){
var selected = $('#background1').parent().parent().children(".select") ;
() ;
});
$('.select').parent().each(function (){
$(this).mouseover(function (){
$(this).children(".select").sho() ;
}) ;
});
$('.select').parent().each(function (){
$(this).mou
本章未完,请翻下一页继续阅读.........