Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

Dive-into-jQuery.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

jQuery 분석하기

제이쿼리 관련 자료 모음 -> jQuery 1.0 코드 분석을 목표로 합니다.

단지 UI script를 위함이 아니라, AMD, Common.js 용법을 사용해 멋진 모듈화 작성을 위함입니다.

# TIPS

  • 리프레쉬(refresh) -> 이벤트가빠짐

use an event delegated approach to avoid unbinding and re-binding events

# References