[jQuery] Re: Ignore first item in XML

2009-04-07 Thread Nic Hubbard
Hmmm, what a great idea. Not sure what I was thinking. I will go that route. :) On Apr 7, 5:05 pm, James wrote: > Why not just keep what you have and add an additional conditional > check to see whether the node has an ID attribute or not? If not, > ignore the node. > > On Apr 7, 1:59 pm, Nic

[jQuery] Re: Ignore first item in XML

2009-04-07 Thread James
Why not just keep what you have and add an additional conditional check to see whether the node has an ID attribute or not? If not, ignore the node. On Apr 7, 1:59 pm, Nic Hubbard wrote: > I am grabbing some XML from our server, then writing that out with > tags in the browser, all using the jq