Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての「http」および「https」リンクに target="_blank" を追加する次のスクリプトがあります。
$(document).ready(function(){ $("body a[href^='http']").attr("target","_blank"); });
例: JSFIDDLE
このスクリプトに「ftp」リンクを追加するにはどうすればよいですか?