$('#nombre,#apellidos').on('keypress',function(){ $(this).val()!='' ? $("#mensaje").show() : $("#mensaje").hide(); })