Is there a list of differences between how FF and IE treat javascript?
for example, I remember array references was a little different between the two.
Is there a list of differences between how FF and IE treat javascript?
for example, I remember array references was a little different between the two.
Why yes I asked this question recently:
http://stackoverflow.com/questions/703993/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.