Hi I am trying to retrieve data from the child data of a tag from my ajax script . this works with javascript
coursename = xmlDocument.getElementsByTagName("sitelist");
name = coursename[3].firstChild.data
Can somebody help me with performing this using Jquery please ? I thought this would work but it doesn't
name = $("coursename", xml).text()
Any help or pointers would be great , thanks