Reputation: 17257
I'm trying to traverse through an XML file using jquery mobile.
My code goes as below
testsss = $(xmlHttpRequest).find("Table OrganizationName:first").text();
Now I can get the first OrganisationID element by using the code ("Table OrganizationName:first"
) but wot if I want to get the 3rd element?? is there any way to do it in Jquery??
Thanks for your time in advance.
Upvotes: 1
Views: 914