jQuery

[jQuery] jQuery의 특징

maribel 2019. 10. 10. 09:54

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

 

1. 무료이고 오픈소스이다. 위의 jQuery사이트에서 다운로드하여 사용할 수 있다.

2. 용량이 적다. 압축버전은 약18KB로 내용확인이 안되고, 압축버전이 아닌것은 114KB로 내용확인이 가능하다.

3. 수많은 사용자가 있어 커뮤니티가 활성화되어있다.

4. 웹 브라우저간의 차이를 자체적으로 표준화한다.

5. 플러그인의 다양성이 존재한다.

6. 잘 정리된 API 문서가 존재한다.

7. 브라우저보다 앞선 W3C 명세를 수용한다.

8. 사용자인터페이스를 제공한다.