Q:

jquery open page in new tab

var win = window.open('http://stackoverflow.com/', '_blank');
if (win) {
    //Browser has allowed it to be opened
    win.focus();
} else {
    //Browser has blocked it
    alert('Please allow popups for this website');
}
0
window.open('_link is here_', 'name'); 
0

New to Communities?

Join the community