jQuery 연결(2)
-
[ jQuery ] 라이브러리 CDN 방식으로 연결하기
jQuery CDN The integrity and crossorigin attributes are used for Subresource Integrity (SRI) checking. This allows browsers to ensure that resources hosted on third-party servers have not been tampered with. Use of SRI is recommended as a best-practice, whenever libr releases.jquery.com 1) 홈페이지에 접속하여, jQuery Core 클릭하기 2) minified ( 압축 파일 ) 선택 3) 코드 복사하기 4) 새로운 파일에 코드 붙여 넣어주기
2022.02.22 -
[ jQuery ] 라이브러리 연결하기
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 1) 홈페이지에 접속하여, Download jQuery 클릭하기 2) 압축 파일 선택 3) 압축파일에 있는 코드 전체 복사 후 새로운 텍스트 파일에 붙여 넣고, 폴더 이름 jquery-3.6.0.min.js 변경 후 확장..
2022.02.22