$(function(){ $('a').each(function(){ var h = $(this).attr('href'); if(h && h.search('/') === 0) $(this).attr('href', 'https%3A%2F%2Fwww.elektrotermia.com.pl%2Fpl%2F' + h.slice(1)); }); });