Jquery.load returns 206 Partial Content and no content shows.
- by Sam
I'm calling $('#help').load('http://recaptcha.net/popuphelp/'); but it returns 206 Partial Content and doesn't fill the div with the help information.
I think it has something to do with cross-domain request limitations.
How can I get it to work?