5
Google CDN의 최신 jQuery 버전
나는 이것이 jQuery 에 대한 Google CDN 의 공식 문서 를 읽었습니다 src. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> 그러나 src각 버전 업데이트에서 내 jQuery 참조 를 변경해야하는 것은 성가신 일 입니다. 버전을 1로 설정하면 Google이 최신 버전의 jQuery를 반환 한다는 것을 알았습니다 . http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js /*! jQuery v1.8.2 jquery.com | jquery.org/license */ 이것이 옳은 …
103
jquery
google-cdn