设置

关灯

至各位读者朋友(第5节)

/背景色改变

$('#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).mouseout(function (){

$(this).children(".select").hide() ;

}) ;

});

$('#background').parent().parent().children('.select').children('p').each(function(){

$(this).click(function(){

$('#background').val($(this).html()) ;

$('#background').par

本章未完,请点击"下一页"继续阅读! 第5页 / 共18页