$(document).ready(function(){ $("div.preNote").each(function() { if($(this).attr("type-content")==text){ alert('Найдено text'); } }); });