[jQuery] Cross Domain Ajax
Hi,
I wanted to load external content from what appears to be a cross
domain.
Domain to receive content: imperishableinheritance.com (WordPress)
Domain to get content: tumblr.imperishableinheritance.com (Tumblr)
I tried this
$("#sideblog").load("http://tumblr.imperishableinheritance.com
#content");
But I don't think it works due to the cross-site request. How can I
translate this to jSON if that's what I need?