Welcome Guest, Not a member yet? Register   Sign In
calling xml file in Ajax
#1

[eluser]Noah_Igniter[/eluser]
Hi All

i have two xml files. i need to use them in loding data. here i strucked where i need place the two xml files. that wheter in views folder, or out side of the Application folder?

and how i called the two files in ajax. because, i am loading data from xml files through ajax calling.

Code:
$.ajax({
  type: "GET",
  url: "configData.xml?file="+dateTime.getTime(),
  dataType: "xml",
  success: function(configXML) {

something.....

}

configData.xml, is my one of the xml file name.


thank you


Messages In This Thread
calling xml file in Ajax - by El Forum - 03-16-2013, 05:00 AM
calling xml file in Ajax - by El Forum - 03-16-2013, 05:40 AM
calling xml file in Ajax - by El Forum - 03-16-2013, 05:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB