코딩하는라민

제이쿼리 라이브러리 다운로드 및 사용하기 본문

개발 공부/HTML & CSS

제이쿼리 라이브러리 다운로드 및 사용하기

코딩하는라민 2022. 9. 20. 11:00
728x90
반응형

제이쿼리 라이브러리 다운로드 및 사용하기

 

 

1. 제이쿼리 라이브러리 다운로드해서 넣기

 

 

Download jQuery | jQuery

link Downloading jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download

jquery.com

 

- head 태그 안 title 태그 아래 또는 body 태그 바로 위 에 넣기

<script src="jquery-3.6.1.min.js"></script>

 

 

2. 제이쿼리 CDN 넣기

 

<script src="https://code.jquery.com/jquery-3.6.1.js"></script>

 

 

 

 

728x90
반응형