[jQuery] Re: IE bug with child selector for XML

2008-01-04 Thread chrismarx
oh, right u are. interesting that firefox didn't throw any errors there and succesfully targeted all of the child elements- thanks for ur help!! On Jan 3, 7:12 pm, Karl Rudd [EMAIL PROTECTED] wrote: Hmmm the '' on it's own shouldn't select anything. Add '*' after it, e.g.:

[jQuery] Re: IE bug with child selector for XML

2008-01-03 Thread Karl Rudd
Hmmm the '' on it's own shouldn't select anything. Add '*' after it, e.g.: $('commentscomment:eq('+i+')*',xml) That should select all child elements. Karl Rudd On Jan 4, 2008 8:28 AM, chrismarx [EMAIL PROTECTED] wrote: this one's odd. this works: