Ver original$('#enlaces > a').each(function(){ var clase = $(this).attr('class'); if(clase != 'playing') $(this).css({display:'none'}); else break;});