[개발환경 구축] jQuery 라이브러리 설치

CODEDRAGON Development/JavaScript, jQuery, ...

반응형

 

 

 

[개발환경 구축] jQuery 라이브러리 설치

  • jQuery사이트 접속
  • jQuery 라이브러리 다운
  • jQuery 라이브러리 파일 설명

 


   

 

jQuery사이트 접속

http://jquery.com/

   

   

   

 

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파일을 사용

   

   

 

반응형