var length = 35; $(function(){ $(".pretty-link").each(function(i){ var str = $(this).text().replace("https://", ""); $(this).text(str); }); });