我正在使用谷歌小工具“rss tabber” http://www.gmodules.com/ig/creator?synd=open&url=http%3A%2F%2Fclingman.org%2Fplatypus%2Fcustomized-rss-feeds.xml&lang=en
我尝试使用 jquery 强制所有链接在新窗口中打开但失败了。有人建议怎么做吗?强制所有链接在新窗口中打开?
$('a[href^="http://"]') .attr({ target: "_blank", title: "在新窗口中打开" });