This will do it…
$("a[@rel~='external']").click(function() {
window.open( $(this).attr('href') );
returnfalse;
});
This will do it…
$("a[@rel~='external']").click(function() {
window.open( $(this).attr('href') );
returnfalse;
});
Recent Comments