개발

jQuery CDN (jQuery 다운로드 링크)

AM0530 2019. 9. 19. 16:32
  <script
    src="https://code.jquery.com/jquery-3.4.1.min.js"
    integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
    crossorigin="anonymous">
  </script>

구글에 jQuery CDN 검색 > https://code.jquery.com/  접속 > minified 선택 > <script> ... </script> 복사 

 

jQuery CDN

The integrity and crossorigin attributes are used for Subresource Integrity (SRI) checking. This allows browsers to ensure that resources hosted on third-party servers have not been tampered with. Use of SRI is recommended as a best-practice, whenever libr

code.jquery.com

(html 파일에 적용한 모습) 

'개발' 카테고리의 다른 글

visual studio code | 창 여러개  (0) 2019.12.17
Slack | 신규 가입자 공통 안내사항  (0) 2019.10.14
개발 영어  (0) 2019.10.08
UI,UX | 참고사이트 | apple ipadOS  (0) 2019.09.23
자격증 | 리눅스 마스터 1급  (0) 2019.08.27