Night Wolf Posted May 23, 2015 Posted May 23, 2015 Hello. There is such code:<script type="text/javascript"> $(document).ready(function () { $("a.externalLink").each(function() { var href = $(this).attr('href'); $(this).attr('href', 'https://href.li/?' + href); }); }); </script>how to insert this in template to code worked?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.