将目标空白添加到所有外部链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将目标空白添加到所有外部链接相关的知识,希望对你有一定的参考价值。

Add target blank or rel external to outgoing links automatically.
  1. $("a[href^=http://]").not("a[href^=http://www.yourdomain]").attr("target", "blank");
  2. $("a[href^=http://]").not("a[href^=http://www.yourdomain]").attr("rel", "external");

以上是关于将目标空白添加到所有外部链接的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript 使用Prototype将Rel外部更改为目标空白

使用导航组件将返回箭头添加到片段

jQuery兼容的目标=所有链接的“空白”效果

片段中的Android webView显示空白页面

最佳实践:如何跟踪出站链接?

如何将 s:url 链接到外部 URL?