/ Published in: JavaScript
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function() { externalLink(); }); function externalLink() { $("a[@href^=http]").each( function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr('target', '_blank'); } } ) };
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)