본문 바로가기
JS 프레임워크/jQuery

[jQuery] 설치

by 두리두리안 2021. 4. 8.

다운로드

https://jquery.com/ 

 

jQuery

What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

jquery.com

사이트 방문 이후 Download jQuery로 들어간다. 

 


이후 페이지를 조금 내려서 Using jQuery with CDN를 찾아 형광색으로 체크한 링크로 들어가거나밑에 링크로 들어간다. 

https://code.jquery.com/

 

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


최신 버전인 3.x 버전의 uncompressed를 클릭해서 들어간다. 

 

이후 전체를 복사해서 사용하거나 내가 밑줄친 부분만 <script>에서 사용하면 된다. 

'JS 프레임워크 > jQuery' 카테고리의 다른 글

[jQuery] 효과  (0) 2021.04.14
[jQuery] 이벤트  (0) 2021.04.13
[jQuery] 문서 객체  (0) 2021.04.10
[jQuery] 문서 객체 선택과 탐색  (0) 2021.04.10
[jQuery] 기본 선택자  (0) 2021.04.10