美文网首页
zepto--移动端的jQuery

zepto--移动端的jQuery

作者: 张chuner | 来源:发表于2017-01-17 23:31 被阅读0次

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

相关文章

网友评论

      本文标题:zepto--移动端的jQuery

      本文链接:https://www.haomeiwen.com/subject/hbjvbttx.html