サイトアイコン パソコンサポートの00H ~社長BLOG~

jQuery 2.0

http://jquery.com/

私も不勉強でしたが、jQuery に 2.0 が登場しているようです。
jQuery というのは JavaScript のライブラリの一つで、
ブラウザ間の JavaScript の差異を吸収して、
共通の記述方法で動くようにしたものです。

まぁなんとなくでいいです(笑)。

この jQuery 等の JavaScript ライブラリは
固定的なコンテンツの表示が多い HTML や CSS に
動きを加えて表示させるときなどに使用します。
例えば画像がニュ~~~と出てくるようなものや
フォームの入力チェックなんかにも使えます。

で、この jQuery 2.0 ですが、

jQuery 2.x

jQuery 2.0 has the same API as jQuery 1.9, but does not support Internet Explorer 6, 7, or 8. All the notes in the jQuery 1.9 Upgrade Guide apply here as well. Since IE 6/7/8 are still relatively common, we recommend using the 1.x version unless you are certain no IE 6/7/8 users are visiting the site. Please read the release notes carefully.

ということなんですね。

つまり InternetExplorer の 6 ~ 8 はサポートされていないそうです。
ちなみに WindowsXP は 8 までしかサポートされていないので、
WindowsXP ユーザは切り捨てられた感じです。

WindowsXP のサポートは来年四月まで。
そろそろ皆様も本格的に移行を考えていただきたいと思います。

モバイルバージョンを終了