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.
現在、サイトで jquery 3.0 を使用しています。Jquery 2 で IE8 のサポートが終了したことは理解していますが、IE8 で jquery 1.9 を使用し、他のブラウザーで Jquery 3.0 を使用する方法はありますか?
HTML 条件ステートメントの使用を試すことができます。これは昔ながらの方法であり、少し極端です (ただし、とにかく IE8 をターゲットにしています)。
詳細はこちら。ここでさらに良い
これが私が考えていることです:
<!--[if IE8]><script src="jquery2.0.js" "><![endif]--> <!--[if IE9]>include something else [endif]-->