$('input').focus( function(){ $('.sidebar').css('background','#e4e'); }).blur( function(){ $('.sidebar').css('background','#eee'); });