on (){
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()) ;
$('#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: d
…。。本站若有图片广告属于第三方接入,非本站所为,广告内容与本站无关,不代表本站立场,请谨慎阅读。
Copyright © 2020 精灵书院 All Rights Reserved.kk