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