IE8 에서 ajax 크로스 필드 에서 html 템 플 릿 을 가 져 오 는 해결 방법

1. 브 라 우 저가 IE8 일 때 만 js 를 도입 합 니 다.
<!--[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 첨부 파일 참조

좋은 웹페이지 즐겨찾기