<!--[if !IE]> -->
<script src="jquery-2.0.0.min.js"></script>
<!-- <![endif]-->
<!--[if lt IE 9]>
<script src="jquery-1.9.1.min.js"></script>
<![endif]-->
<!--[if gte IE 9]>
<script src="jquery-2.0.0.min.js"></script>
<![endif]-->

一度これを行うIE9とその他のブラウザでは、2.0.0を、IE8以下では、1.9.1をロードすることになる。コメント条件で処理したので、特に追加読み込み負担が発生することもない。

ただし、これだけで、FirefoxとChromeの旧バージョンで何が起こるかは分からない。

検索をしてみるとこのような言葉がある。(FIREFOX 3.6 NOT SUPPORTED IN JQUERY 2.0? comment:13)

Ah, thanks for identifying the disconnect there Nao. As others have pointed out, we technically “dropped support” for FF3.6 around the time 1.8 came out. (When 1.7 came out, FF4 had just come out, IIRC. By the time 1.8 came out, FF 12 was the current version.) So that’s why it wasn’t mentioned in any blog posts wrt to 1.9.

翻訳はよくないわた、大まかにこのようなですね、

Firefoxの3.6は、jQuery1.8ぐらいでサポートを切った。 jQuery1.7が出たとき、Firefox4が出た。 jQuery1.8が出たときにFirefoxの最新バージョンは12であった。だから、jQuery1.9が出た時、特に指定がなかったのだ。

まあざっとこんな言葉だ。このようなこと以外は見つけるのは難しい。 jQueryのバージョン別ブラウザサポートを探してみると参考になるかもしれないという考えはするんだけど、必要に応じて検索しようと考えている。終わり!

- コメント機能はありません。コメントの代わりに[email protected]にメールを送ってください。