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?! >