A few comments... 1) Regarding the "articles.length is null or not an object" error - the only reference I see to articles.length in your code is in a comparison in a for loop. This should never trigger that error, since it's not trying to use articles.length as an object - only as a numeric value.
2) It's *really* hard to troubleshoot a problem based on a posted code sample. Can you please post a link to a test page instead? 3) We're in the wrong group. jquery-dev is for discussion of the development of the jQuery library itself. Questions about *using* jQuery should go in the main jquery group. Could you follow up there with a link to a test page? Thanks, -Mike On Mon, Dec 7, 2009 at 7:57 AM, elpatator <romain.simi...@gmail.com> wrote: > Seems like the construction of my JSON, or at least it's looping > through each item, is wrong. IE sends me a "Error Message: > 'articles.length' a la valeur Null ou n'est pas un objet." ... > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this group, send email to jquery-...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-dev+unsubscr...@googlegroups.com<jquery-dev%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/jquery-dev?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.