I have worked with jQuery and JSON Object, but how does the data in the xml page can be fetched and shown up using jQuery?
or How the data in the XML file can be fetched and shown up on a page using jQuery?
I have worked with jQuery and JSON Object, but how does the data in
Share
Have you read through this tutorial http://api.jquery.com/jQuery.parseXML/
and I think what you want is
from here : http://think2loud.com/224-reading-xml-with-jquery/