## 소스
http://code.jquery.com/jquery-1.11.0.js
http://jsbeautifier.org 에서 정리
## 전체 구조
## functions and prototypes
### init
// Give the init function the jQuery prototype for later instantiation
init.prototype = jQuery.fn;
### Tween.prototype.init
Tween.prototype.init.prototype = Tween.prototype;
### Sizzle
### setFilters
### jQuery.fn.init
### jQuery.Event
### Tween