Here is a hidden gem : Javascript in IE6 & IE7 DOESNT support Array.indexOf function
So if you are getting some "unknown property or method", open the script debugger (a joke for itself :)) and it hangs on a line with call to indexOf dont despare here is the fix (even better joke that is comes from Mozilla :)
add Array.indexOf for IE6 & IE7
Saturday, June 7, 2008
Subscribe to:
Post Comments (Atom)
3 comments:
Link is dead
They've moved it. Try
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/indexOf#Compatibility
Tnx for info, have updated the link
Post a Comment