Ultimately, it comes down to how the browser selects your instructions. JavaScript has no idea whether this is a tab or a new browser window that opens, for example.
-, , , , - , , window.open :
var newWin = window.open($(this).attr('href'));
newWin.blur();
window.focus();