외부에서 파일을 가져올 때 도메인이 다르면 보안 정책에 의해서 파일이 불러와지지 않는다.
이를 도와주는 플러그인이 있다.
Cross-domain requests with jQuery
소개 및 다운로드 주소는 http://james.padolsey.com/javascript/cross-domain-requests-with-jquery/ 이다.
사용 방법은 간단하다.
일반적으로 ajax 호출하는 것은 그대로 사용하고 head안에 플러그인을 불러오기만 하면 된다.
<script type="text/javascript" src="./js/jquery.xdomainajax.js"></script>