Page 1 of 1

JS and $.Get

Posted: Sat Nov 09, 2013 9:45 am
by Ram

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.


JS and $.Get

Posted: Sat Nov 09, 2013 10:13 am
by Ram

No need to reply, I do it using the REST tool - much easier!!! Appery Rule!!!


JS and $.Get

Posted: Sat Nov 09, 2013 10:20 am
by Alena Prykhodko

Thanks for update.