티스토리 뷰

 

JavaScript 에서 이제 어느정도 규격화된 library가 나오기 시작한듯 하다.

 

jQuery 가 그런 종류의 것으로 보인다. jQuery page 에 보면, 아래와 같은 설명을 한다.

(http://jquery.com/)

jQuery is a fast and concise JavaScript Library that simplifies HTML

document traversing, event handling, animating, and Ajax interactions for rapid web development.

jQuery is designed to change the way that you write JavaScript.

 

다른 참고 사이트 : http://www.ibm.com/developerworks/kr/library/x-ajaxjquery.html

 

jQeury Download

아래 경로에서 download 할 수 있다.

http://docs.jquery.com/Downloading_jQuery#Download_jQuery

아래 처럼 2가지 버전이 존재하는데,

jQuery Minified (http://code.jquery.com/jquery-1.4.3.min.js)

jQuery Regular (http://code.jquery.com/jquery-1.4.3.js)

 

Minified 는 Closure compiler 를 사용한 버전이다. 그래서 debugging 등의 용도로는 좋지 않다.

jQuery tutorial

아래는 jQuery tutorial 이다. jQeury 를 이해하는 데 큰 도움을 줄 수 있을 듯 하다.

jQuery plugin tutorial (jQuery 에 자신의 함수를 만들어 더하고 싶을때) : http://www.authenticsociety.com/blog/jQueryPluginTutorial_Beginner

http://docs.jquery.com/How_jQuery_Works

 

 

참고

Closure compiler

jQuery file 을 minify 할 때 쓰인 Closure compiler 이다.

설명을 보면 쓸모없는 code를 없애고, 

나머지 code를 간결하게 해줌으로써 .js 사이즈를 줄이는 tool 이다.

밑의 link 에 google closure compiler 가 있다. 가면 사용법등, 자세한 정보를 얻을 수 있다.

http://code.google.com/intl/ko-KR/closure/compiler/

Closure inspector

이 compiler 를 거치게 되면 code의 indent 등이 엉망이 된다. 

그래서 이것을 다시 보기 좋게 해주는 tool 이 closure inspector 이다.

근데 웃기게도, firefox extension 버전 밖에 지원하지 않는다.

http://code.google.com/intl/ko-KR/closure/compiler/docs/inspector.html

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함