any references for differences between how FF and IE treat javascript?

别说谁变了你拦得住时间么 提交于 2019-12-08 18:45:35
cgp

Why yes I asked this question recently:

Javascript Incompatibilities/Inconsistencies

Note, that there was a clear consensus that MOST (but not all) of the significant differences were DOM related, not syntax related.

IBM wrote a very good paper on differences throughout the browsers including javascript at http://www.ibm.com/developerworks/web/library/wa-ie2mozgd/ Most differences are in the DOM and not necessarily in javascript.

Here's a decent list.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!