IE8 에서 ajax 크로스 필드 에서 html 템 플 릿 을 가 져 오 는 해결 방법
<!--[if IE 8]>
<script type="text/javascript"
src="http://${static_domain}/chanjet/js/lib/common/jQuery.XDomainRequest.js"></script>
<![endif]-->
2, IE 버 전이 IE 10 이하 일 때 만 도입:
<!--[if lt IE 10]>
<script type="text/javascript"
src="http://${static_domain}/chanjet/js/lib/common/jQuery.XDomainRequest.js"></script>
<![endif]-->
jQuery. XDomainRequest. js 첨부 파일 참조