i'm with a problem that i have to get the json from here:
there is an option too to add callback function name like:
http://templodasdeusas.com.br/game/srv/game.php?srv=home&callback=myFunction
that will return something like: myFunction({'msgd':'value'});
i want to make um ajax request using jQuery, is that possible? i still receiving error with the normal $.ajax request, i was told that i must use jsonp or cross site scripting... how it works? someone got an exemple? tnx!!