Hi folks, I've got an issue with the getJSON command. It's all
working fine apart from if the map data contains < followed by a
letter. If there is a space in there, "< a" for example, or a number
"<1" it is fine, but with "
Hi,
I've got a deadline to get a project working and I'm stuck with a
getJSON call problem.
Here's what's happening. Visitors come to a landing page on domain A
(domaina.com). All of the links and form submits on this page are
coded with a javascript call to a function which calls getJSON on a
c
i have a problem with $.getJSON(), nothing is logged in firebug
console although i can see that correct data is returned in response
(in firebug) for code:
>>>
$.getJSON(url, function(data){
console.log(data);
});
<<<
same code, but using $.get instead $.getJSON works as expected:
>>>
$.get(u
3 matches
Mail list logo