wahsaga: Array.indexOf("String") läuft in FF, nicht aber in MSIE

Beitrag lesen

hi,

Und da in der Mozilla Core JavaScript 1.5 Reference noch gesagt wird,
"indexOf compares searchElement to elements of the Array using strict equality (the same method used by the ===, or triple-equals, operator)",
passen wir den Vergleich auch noch an [1]:

for(var i = fromIndex; i < this.length; i++) { if(el === this[i]) { return i; } }

[1] === können aktuelle IE doch auch, oder?

gruß,
wahsaga

--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }