jQuery(document).ready(function($){ $("h3").each(function(){ if ($(this).text().length > 30) { $(this).text($(this).text().substr(0, 27)); $(this).append('...'); } }); });
Name (required)
Mail (will not be published) (required)
Website