jQuery兼容的目标=所有链接的“空白”效果
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery兼容的目标=所有链接的“空白”效果相关的知识,希望对你有一定的参考价值。
//Open External Links in New Window $('a[href^="http://"]') .attr({ target: "_blank" }); //Makes all links open in a new window $('a[href^="http://"].target') .attr({ target: "_blank" }); //a link with the class of "target" opens in a new window
以上是关于jQuery兼容的目标=所有链接的“空白”效果的主要内容,如果未能解决你的问题,请参考以下文章