Ver original$('input').each(function() { if ($(this).val().match(/algo/)) { if ($(this).hasClass()) { return $(this).class(); } else { return $(this).attr('id') } }});