$(".hide-next").each(function(){ var $self = $(this); if ( $.inArray( $self.text(), hashEls ) > -1 ) { $self.click(); } })