$.getJSON(jsonrequesturl) ---> permission denied error
does anyone know how to not get "permission denied" in the script when doing a $.getJSON() of a remote JSON feed? (such as the ones you get from google).
thanks for the response below - I made an error in my post and edited it, because my code actually does use getJSON() and not load().
Is this one of those scriopt proxy issues? Does anyone know about these google API feeds?