Skip to main content

Bug Tracker

Side navigation

#14412 closed bug (notabug)

Opened October 02, 2013 10:22AM UTC

Closed October 18, 2013 02:28PM UTC

Ajax on phonegap error URL Domain Name with Between

Reported by: khai.bui@siglaz.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:
Description

This example on PhoneGap

$.mobile.allowCrossDomainPages = true set

$.ajax({

type: "POST",

url: "http://www.example-name.com",

data: data,

success: function(responseText) {

console.log("Result: " + responseText);

},

error: function(jqXHR, textStatus, errorThrown){

//This error always exec

console.log("Error request");

}

});

Attachments (0)
Change History (1)

Changed October 18, 2013 02:28PM UTC by timmywil comment:1

resolution: → notabug
status: newclosed

Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.