Articles contenant le tag JavaScript
Namespace clash in IE
Posté par Olivier dans Trucs & Astuces le 8 avril 2009
In JavaScript, in Internet Explorer, you cannot declare a global variable that has the same name as the id of any element on the same web page. If you try and then try to use any method on that object, you get a « object does not support method » error. Why? Because, in Internet Explorer, the […]