jQuery,终极目标u空白链接

Posted

tags:

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

This version add a special class to avoid external link icon in specify link
  1. $('a[target=_blank]').not('.notarget').addClass('external');
  2.  
  3. // html markup
  4.  
  5. <a target="_blank">I have the external (class) icon</a>
  6. <a target="_blank" class="notarget">I have not the external (class) icon</a>

以上是关于jQuery,终极目标u空白链接的主要内容,如果未能解决你的问题,请参考以下文章