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.
PDFファイルのリンクを新しいブラウザウィンドウに開きたいです。次の jquery コードは、ファイル保存ダイアログを開く Firefox を除いて正常に動作します。
jQuery(function($) { $('a[href$=".pdf"]').attr('target', '_blank'); });
Firefox に Chrome のように強制的にドキュメントを開くことはできますか?