JQuery 1.x が IE 5.01をサポートしていない理由が判明
JQuery は IE 5.x に対応してるものだとばかり思っていたのですが、
Windows 95 + IE 5.01環境だと動作しないことが分かりました。
IE 5.5 が対応してるのに何故?
と思ってたら、答えがありました。
[jQuery] IE5 Compatibility - jQuery Forum
While you can rewrite the pseudo-apply function to work, IE5.0 can't seem to work out the length of the jquery object correctly. But even if you get that working, IE5.0 doesn't support rudimentary RegExp, e.g. "?=\w". It's time to give up. It's beyond a plugin to fix. John, if you read this, don't waste your time with an IE5.0 plugin, there is more important stuff to address! |
JQuery を IE5.0に対応させようとしてやめた経緯が、書かれていました。
なんと、 IE 5.0系は RegExpの文字列の長さを正しく判定できないのだそうだ。
Comments