jQuery를 문서에 삽입할경우 cdn서비스를 이용하면 편리하다.

이때 만약 cdn서비스가 죽는다면 내 웹사이트는 어떻게 보장하지? 라는 물음이 들때 사용할수 있는 방법

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-1.7.2.min.js"><\/script>')</script>


blog comments powered by Disqus

Published

25 May 2012

Tags