var dlina = jQuery(".about h3").text().length; if(dlina >= 75) { jQuery(".about h3").addClass("Bigh3"); } else { jQuery(".about h3").addClass("prostoh3"); }