Hello,
I'm trying to get data from another domain using jQuery. Here is the code:
$.ajax({
type: "GET",
dataType: "script",
url: "http://www.example.com/ajax.php",
data: 'id=5',
success: function(msg){
console.log(msg);
}
}
Now, in Firebug's console instead of the result I get error "overlarge sharp variable number"?! How I can fix this? The ajax.php print timestamps imploded with "|", eq 1245925436|1256335200|1245925436...