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 comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.