it works, thanks a lot.
it works, thanks a lot.
i changed this code
var content = $.get("http://pastebin.com/raw.php?i=PPiy6zwq");
// format as JSON and return the response
response.success(content, "application/json");
this code running on server code
error in trace tab
ReferenceError: $ is not defined ( @ 1 : 14 ) - var content = $.getJSON("http://pastebin.com/raw.php?i=PPiy6zwq");
What am I doing wrong?