# Zepto 模塊
| module | default | description |
| --- | --- | --- |
| [zepto](https://github.com/madrobby/zepto/blob/master/src/zepto.js#files) | yes | 核心模塊;包含許多方法 |
| [event](https://github.com/madrobby/zepto/blob/master/src/event.js#files) | yes | 通過`on()`& `off()`處理事件 |
| [ajax](https://github.com/madrobby/zepto/blob/master/src/ajax.js#files) | yes | XMLHttpRequest 和 JSONP 實用功能 |
| [form](https://github.com/madrobby/zepto/blob/master/src/form.js#files) | yes | 序列化 & 提交web表單 |
| [ie](https://github.com/madrobby/zepto/blob/master/src/ie.js#files) | yes | 增加支持桌面的Internet Explorer 10+和Windows Phone 8。 |
| [detect](https://github.com/madrobby/zepto/blob/master/src/detect.js#files) | | 提供 `$.os`和 `$.browser`消息 |
| [fx](https://github.com/madrobby/zepto/blob/master/src/fx.js#files) | | The `animate()`方法 |
| [fx_methods](https://github.com/madrobby/zepto/blob/master/src/fx_methods.js#files) | | 以動畫形式的 `show`, `hide`, `toggle`, 和 `fade*()`方法. |
| [assets](https://github.com/madrobby/zepto/blob/master/src/assets.js#files) | | 實驗性支持從DOM中移除image元素后清理iOS的內存。 |
| [data](https://github.com/madrobby/zepto/blob/master/src/data.js#files) | | 一個全面的 `data()`方法, 能夠在內存中存儲任意對象。 |
| [deferred](https://github.com/madrobby/zepto/blob/master/src/deferred.js#files) | | 提供 `$.Deferred`promises API. 依賴"callbacks" 模塊. 當包含這個模塊時候, [`$.ajax()`](#$.ajax) 支持promise接口鏈式的回調。 |
| [callbacks](https://github.com/madrobby/zepto/blob/master/src/callbacks.js#files) | | 為"deferred"模塊提供 `$.Callbacks`。 |
| [selector](https://github.com/madrobby/zepto/blob/master/src/selector.js#files) | | 實驗性的支持 [jQuery CSS 表達式](http://api.jquery.com/category/selectors/jquery-selector-extensions/) 實用功能,比如 `$('div:first')`和 `el.is(':visible')`。 |
| [touch](https://github.com/madrobby/zepto/blob/master/src/touch.js#files) | | 在觸摸設備上觸發tap– 和 swipe– 相關事件。這適用于所有的`touch`(iOS, Android)和`pointer`事件(Windows Phone)。 |
| [gesture](https://github.com/madrobby/zepto/blob/master/src/gesture.js#files) | | 在觸摸設備上觸發 pinch 手勢事件。 |
| [stack](https://github.com/madrobby/zepto/blob/master/src/stack.js#files) | | 提供 `andSelf`& `end()`鏈式調用方法 |
| [ios3](https://github.com/madrobby/zepto/blob/master/src/ios3.js#files) | | String.prototype.trim 和 Array.prototype.reduce 方法 (如果他們不存在) ,以兼容 iOS 3.x. |