Dear Appery,
i have this code that do the GET request:
code
var myGet = $.get(tmp ,function(data,status){
alert("Data: " + data + "\nStatus: " + status);
});
/code
the request of the above does what it supposed to do but i don't get the alert to show the the returned data nor status...
Any thoughts would be highly appreciated!
Best,
R.