JS设置非本站链接新窗口打开

需加载jquery,JS代码如下:

// 非本站链接新窗口打开
$(document.links).filter(function () {
    return this.hostname != window.location.hostname;
}).attr('target', '_blank');

版权声明:转载或引用请注明出处

点赞 1

添加新评论

验证码: