(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 (){
var selected = $('#fontSize').parent().parent().children(".select") ;
() ;
});
本章未完,请点击"下一页"继续阅读! 第7页 / 共17页
