Hello. my ajax scripts work both on my laptop and on my android phone but not on my iphone. instead of going to success it goes to error.
the error doesnt give me much info so i wonder if i can get more info in any way?
XMLHttpRequest = [object Object]
JSON.stringify(XMLHttpRequest) = readystate: 0, status: 0, statustext: error
textStatus =
errorThrown = error
I have tried with both minified and uncompressed jquery.
I have tried with adding
$(document).ready(function(){
$.ajaxSetup({ cache: false });
});
and
cache: false,
headers: { "cache-control": "no-cache" },
but nothing have worked yet