본문 바로가기

etc/Install, Download

jQuery 시작하기

반응형

1. jQuery 홈페이지에 접속한다.

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

 

 

 

2. 다운로드 버튼을 클릭한다.

 

 

3. 위 버튼을 배포용이고 아래 링크는 개발용이다.

 

 

 

 

4. 개발용을 다운 받으려면 마우스 우클릭 -> 다른 이름으로 링크 저장..을 통해 다운받는다.

 

 

 

5. 아래는 Google CDN을 이용하는 링크이다. 이것도 배포용이다.

 

 

 

 

6. 가장 최신 버전인 맨 위에 거를 복사한다. 

 

 

 

7. 개발할 프로젝트 파일에서 js 폴더에 붙여넣기하면 jquery-3.7.1.js 파일이 들어가있을 것을 볼 수 있다.

반응형

'etc > Install, Download' 카테고리의 다른 글

PuTTy 다운로드 방법  (1) 2024.09.24
postman 다운로드하기  (0) 2024.07.16
Tomcat 설치  (0) 2024.06.19
DBeaver 설치  (0) 2024.06.09
JetBrains ToolBox를 이용한 IntelliJ 설치  (0) 2024.06.05