Hi guys,
I'm very very new to this ... so, here's my newbie question :D What's wrong with my code snippet below? I'm not getting any response from that URL. It should return the result in plain text ... am I doing this wrongly?
$.get('http://is.gd/api.php?longurl=http://www.google.com.my/', function(data) {
alert(data);
},"text");