Jquery.load returns 206 Partial Content and no content shows.

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-06-12T17:26:18Z Indexed on 2010/06/12 17:32 UTC
Read the original article Hit count: 541

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX