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