H
HopfZ
I was debugging a javascript file that did not work in IE. It took
several hours only to learn that s = 'ABC'; c = s; is not
IE-compatible. If I knew this before, It could have saved hours. I find
myself in this kind of situation several times.
Is there some well written list of things (in javascript) that does not
work as expected in IE?
several hours only to learn that s = 'ABC'; c = s; is not
IE-compatible. If I knew this before, It could have saved hours. I find
myself in this kind of situation several times.
Is there some well written list of things (in javascript) that does not
work as expected in IE?