[jQuery] getJSON Problem

2009-12-31 Thread Mad-Halfling
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 "

[jQuery] getJSON problem - Urgent

2009-01-13 Thread g...@getsharepoint.com
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

[jQuery] $.getJSON() problem

2007-11-19 Thread Aljosa Mohorovic
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