zepto 为移动而生
兼容性: Internet Explorer 10+ (Windows, Windows Phone)
大小:4k
官网:http://zeptojs.com/
注意:zepto除核心功能外,其他功能需下载对应插件,优化性能,体积小
核心组成
zepto ------> Core module; contains most methods
event ------> Event handling via on() & off()
ajax ------> XMLHttpRequest and JSONP functionality
form ------> Serialize & submit web forms
ie ------> Add support for Internet Explorer 10+ on desktop and Windows Phone 8.
常用插件
detect ------> Provides $.os and $.browser information -> UA
fx ------> The animate() method 运动 下载 raw 右键另存***
fx_methods ------> show, hide, toggle, and fade()
data ------> A full-blown data()
deferred ------> promise 依赖
callbacks ------> 回调
selector ------> css3选择器**
touch ------> 移动端事件***
gesture ------> 多手势 ios