[개발환경 구축] jQuery 라이브러리 설치
CODEDRAGON ㆍDevelopment/JavaScript, jQuery, ...
반응형
[개발환경 구축] jQuery 라이브러리 설치
- jQuery사이트 접속
- jQuery 라이브러리 다운
- jQuery 라이브러리 파일 설명
jQuery사이트 접속
jQuery 라이브러리 다운
Download the compressed, production jQuery 1.11.1
Download the uncompressed, development jQuery 1.11.1
http://jquery.com/ 접속 후
클릭
Download the compressed, production jQuery 1.11.1
저장
다운 받은 두개의 파일
프로젝트 폴더에 jr이라는 폴더 생성
jquery-1.11.1.js, jquery-1.11.1.min.js 두 js파일을 js폴더에 복사합니다.
jquery-1.11.1.js
jquery-1.11.1.min.js
jQuery 라이브러리 파일 설명
jquery-1.11.1.js | original 파일 소스코드 참고 시 original 파일 리뷰 |
jquery-1.11.1.min.js | 압축 파일 용량을 줄이기 위해 압축한 상태이므로 실제 업무 시 min파일을 사용 |
'Development > JavaScript, jQuery, ...' 카테고리의 다른 글
폴더 생성/HTML파일 생성 (0) | 2021.12.12 |
---|---|
압축된 파일(jquery-1.11.1.min.js) 오류 표시 배제시키기 (0) | 2021.12.11 |
[eclipse] 프로젝트 생성 (0) | 2021.12.10 |
[eclipse] HTML생성시 인코딩 방식 지정하여 생성하기(EUC-KR -> UTF-8) (0) | 2021.12.10 |
ECMAScript (0) | 2021.12.10 |