This commit is contained in:
elclanrs 2013-10-09 08:57:21 -04:00
parent c69c0f056b
commit 7163ce1a85

View file

@ -228,7 +228,7 @@
}
});
$('form').keyup(function() {
$('form').find('input, select, textarea').on('change keyup', function() {
$('#invalid').hide();
});