본문 바로가기
JQuery/이론

JQuery //CDN // js파일 다운

by SEOKIHOUSE 2023. 7. 4.

1) 네트워크 연결되어있을 시

https://releases.jquery.com/

<script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous"></script>

2)네트워크 비연결 시

https://jquery.com/download/

이거 저장

 

▼▼파일경로지정▼▼