Note to self: if your code works in FF, but you get the “Expected identifier, string, or number” error in IE6, this is probably caused by having a list with a comma after the last item. Remove the extraneous comma, and it should work.
Note to self: if your code works in FF, but you get the “Expected identifier, string, or number” error in IE6, this is probably caused by having a list with a comma after the last item. Remove the extraneous comma, and it should work.
June 16, 2009 at 2:52 am |
This is one of those maddening errors that pop up from time to time. I find the easiest way to find the problem character is to use Firebug Lite http://getfirebug.com/lite.html
June 16, 2009 at 10:15 am |
Levi, that’s great advice. I will definitely check it out.
July 23, 2009 at 3:24 pm |
thanks josh. can’t believe i’m coding to support that pos ie6 crapware!
October 12, 2009 at 12:18 pm |
Ohhh, thanks mate!! you saved me a lot of time…