JavaScript

jQuery에 정의

martinooo 2021. 7. 8. 20:23
728x170

제이쿼리(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

 

제이쿼리의 역사

 

제이쿼리는 2006년 미국의 존 레식(John Resig)이 뉴욕시 바캠프(Barcamp)에서 처음으로 소개하였다.

현재는 jQuery Team이라는 개발자 그룹이 jQuery Foundation을 통해 개발과 유지 보수를 담당하고 있다.



출처: https://coding-restaurant.tistory.com/33 [코딩맛집]

제이쿼리에 홈페이지를 가면 CDN을 화용해서 더욱 간편하게 jQuery 활용할수 있습니다! 

 

여기 홈페이지에서!

https://jquery.com/download/

 

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

 

cdn 활용이 가능합니다!!

다음에는 jquery 활용한 문법을 보여드리겠습니다!

그리드형