// Opens all offsite links in a new tab $("a[href^='http']").each(function(){ if (this.href.indexOf(window.location.host)===-1) { $(this).attr(" ...
確定! 回上一頁