Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-264] Which version supports $.ajax

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:26:23.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsajax, version, xmlparsing
ReporterHirva
AssigneeJeff Haynie
Created2011-04-15T02:26:21.000+0000
Updated2017-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

  1. Don Thorp 2011-04-15

    Closing as invalid. Support issues belong on the support site.

  2. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source