개발..너... 2022. 5. 18. 13:24
라이브러리란?

 

 

제이커리는 자주 사용하는 로직을 재사용할 수 있도록 고안된 소프트웨어를 라이브러리라고한다. 

자주 사용하는 코드들을 재사용할 수 있는 형태로 가공하여 프로그래밍 효율을 높여준느 코드들이라고 할 수 있다. 

 

 

제이쿼리란?

 

 

DOM 내부에 감추고 보다 쉽게 웹페이지를 조작할 수 있도록 돕는 도구이다.  어떠한 속성을 선택하는 강력한 방법과 선택된 속성들을 효율적으로 제어할 수 있는 다양한 수단을 제공하는 자바스크립트 라이브러리이다. 

 

 

제이쿼리 설치방법

 

 

1) 사이트에 들어가 Download를 클릭

 

https://jquery.com/

 

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

 

 

 

2) 파란박스의 버전 복사 

 

 

 

3) 복사 붙혀넣기 후 

 

 

4) Live Server의 workspace를 jQuery로 변경하여 사용

 

 

 

jQuery API

 

 

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