OMG !!
Karl, U R the Gr8est! I should have gone home... but how can you leave work with a silly bug in your script, right? The stray comma was of course the culprit. Ahhhhhhhh, I can go home now.. Dude, if you are in S.F. Bay Area send me a message I will totally buy you a beer! Seriously! [heaves big sigh of relief] On Apr 30, 6:40 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > You've got a "stray" comma (,) at the end of the last object in the array: > > {"Band":"The Beatles","Title":"Help!"}, <------ > > Firefox ignores it, IE creates a blank object. > > Karl Rudd > > On Thu, May 1, 2008 at 11:35 AM, jquertil <[EMAIL PROTECTED]> wrote: > > > Karl, thanks -- that's nice but its got the same problem: the length > > of the object is 1 item larger in IE than it is supposed to be. > > > I wonder why jquery adds an extra empty item into the object?!