jquery 在新窗口打开链接 (target=”blank”)
在新窗口打开链接 (target=”blank”)
$("a[rel$='external']").click(function(){
this.href= "http://ethanwooblog.iteye.com";
this.target = "_blank";
});
/*
Usage:
<a href="javascript:void(0);" rel="external">http://ethanwooblog.iteye...