[javascript]
// external links new window
$(document).ready(function(){
$("a[@href^=’http’]").attr(‘target’,’_blank’);
});
[/javascript]
[javascript]
// external links new window
$(document).ready(function(){
$("a[@href^=’http’]").attr(‘target’,’_blank’);
});
[/javascript]
© 2023 Best jQuery.