将目标空白添加到所有外部链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将目标空白添加到所有外部链接相关的知识,希望对你有一定的参考价值。
Add target blank or rel external to outgoing links automatically.
$("a[href^=http://]").not("a[href^=http://www.yourdomain]").attr("target", "blank"); $("a[href^=http://]").not("a[href^=http://www.yourdomain]").attr("rel", "external");
以上是关于将目标空白添加到所有外部链接的主要内容,如果未能解决你的问题,请参考以下文章