[TIMOB-264] Which version supports $.ajax
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:26:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ajax, version, xmlparsing |
Reporter | Hirva |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:26:21.000+0000 |
Updated | 2017-03-09T21:10:37.000+0000 |
Description
$(document).ready(function() {
$.ajax({
type: "GET",
url: "tutorial.xml",
dataType: "xml",
success: parseXml
});
});
I am using the above code for parsing the xml file using jquery, The code doesnt seem to work.I am using Titanium 0.7 version on Mac for iphone as well as andriod apps . Do i need to use 0.7.2 sdk for this to work? Guide me for the same.
Comments
- Don Thorp 2011-04-15
Closing as invalid. Support issues belong on the support site.
- Lee Morris 2017-03-09 Closing ticket as invalid.