[jQuery] Cannot get json using a .load(url) request?
Is it not possible to load json data into the page with a
div.load(url) function? I was trying and in FireFox the function just
quit when opening the connection to the url. In IE 7 I received the
error that the page is trying to load data that may be malicious and
it's been blocked.
I use Jayrock with jQuery. I was attempting to use jTip to load data
when a user rolls over a div. Unfortunately I'm mangling my code to
get it to work with jTip or betterTip since I need to format the json
result first. So I'll just do it manually rather than using the plug
in which is definitely cleaner for my project anyway.
I just thought I'd ask about the loading raw json into the dom part
for future reference.
Thanks!
Matt