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
releases.jquery.com

test.html
<head> <meta charset="UTF-8"> <title> test </title> <!-- jquery cdn 넣기 --> <script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="생략" crossorigin="anonymous"> </script> </head>
'🗂ㅤJAVA' 카테고리의 다른 글
[IntelliJ] JDK 설치 (0) | 2023.11.23 |
---|---|
[MySQL] 버전 확인 방법 (0) | 2023.07.21 |
[JAVA] JSON-simple 설치 (0) | 2023.07.20 |
[IntelliJ/Spring] 쿼리 파라미터 로그 설정 (0) | 2023.07.19 |
[IntelliJ] 스프링부트 devtools 추가 설치 (0) | 2023.07.19 |