Getting data with getJSON dont retrieve information
Getting data with getJSON dont retrieve information
Hi all
Triying to get data from page:
http://www.opencellid.org/cell/get?key=4f4ba13109780d010297ce7c1dbeebdb&mcc=250&mnc=99&cellid=29513&lac=0
using getJSON:
$(document).ready(function()
{
$.getJSON("
http://www.opencellid.org/cell/get?key=4f4ba13109780d010297ce7c1dbeebdb&mcc=250&mnc=99&cellid=29513&lac=0
", function(data)
{
alert(data);
});
});
I can´t get nothing, help !!!!
Topic Participants
thelordsith
dsvick