[javascript]
$(‘a[rel*=external]’).click(function() {
window.open(this.href);
return false;
});
[/javascript]
[javascript]
$(‘a[rel*=external]’).click(function() {
window.open(this.href);
return false;
});
[/javascript]
© 2023 Best jQuery.