I am using this bit of jQuery code to get href of the link:
var url = $(this).attr(\'href\');
-- and this bit of code to go to that href:>
You need to open a new window:
window.open(url);
https://developer.mozilla.org/en-US/docs/DOM/window.open