🌈JAVAScript/🐰jQuery

[jQuery]제이쿼리 공식문서사이트

김말자 2023. 7. 5. 01:53
728x90
728x90
BIG

 

https://api.jquery.com/

 

jQuery API Documentation

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. If you're new t

api.jquery.com

제이쿼리

  • 자바스크립트 라이브러리 중 하나
  • html문서 순회 , 이벤트 처리, Ajax를 훨씬 더 간단하게 처리 가능
  •  

제이쿼리 공식화면이다

 

다운로드받으면 사용가능함

 

npm으로 다운받을 경우

npm install jquery

 

yarn에 cli명령으로 다운받을 경우

yarn add jquery

 

https://releases.jquery.com/

 

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

릴리즈 확인

 

깃에 빌드

git clone git://github.com/jquery/jquery.git

 

출저 : 제이쿼리 공식사이트

728x90
반응형
BIG