//导航选中背景变色$('.x_menu ul li a').click(function(){$(this).addClass('x_on').parent().siblings().find('a').removeClass('x_on');});