[jQuery] XPath nodelist index
Hi,
I have noticed that jQuery doesn't support this kind of XPath expression: //foo[2], meaning the second foo element of the node list returned by //foo. What can I do to access the second element of this node list? I'm looking for something like $('//foo', doc).item(2).
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/