$('.row_email, .row_name, .row_pass').click(function(){ $(this).css({ 'box-shadow':'0 0 4px #6C0', }); }).blur(function(){ $(this).css({ 'box-shadow':'0 0 4px #000', }); });