강의

멘토링

커뮤니티

Inflearn Community Q&A

shincoool3209's profile image
shincoool3209

asked

JavaScript+jQuery from Basics to Practice: Basics Part.2

Practical Exercise - Events using jQuery (2)

제이쿼리 구버전 다운로드

Written on

·

1.2K

0

제이쿼리 구버전을 쓰셨는데, 공식홈페이지에서 못찾겠어서요. 어디서 다운로드 받을 수 있나요?
jqueryjavascript

Answer 1

1

https://releases.jquery.com/jquery/ 여기서 모든 버전을 확인할 수 있구요

https://code.jquery.com/jquery-1.10.2.js (uncompressed)

http://code.jquery.com/jquery-1.10.2.min.js (minified)

링크 타고 들어가셔서 마우스 오른쪽 버튼 클릭 > 다른이름으로 저장 하시면 됩니다.

또는 교안 압축파일  > 예제소스 > (5장 함수와 이벤트) > libs 폴더에 있어요!

 

shincoool3209's profile image
shincoool3209

asked

Ask a question