zepto和jQuery Mobile代表移动端框架的两个方向 zepto框架轻量 jQuery Mobile高度组件化
Zepto框架介绍
为什么要使用Zepto
- 无缝接入和改造现有的使用jQuery的项目
- 更好的代码执行效率
对比其他框架的优势
- 更低廉的学习成本
- 比较轻量化,没有提供复杂的模式
Zepto框架核心API
Zepto core
$()
$(selector, [context]) ⇒ collection
$(<Zepto collection>) ⇒ same collection
$(<DOM nodes>) ⇒ collection
$(htmlString) ⇒ collection
$(htmlString, attributes) ⇒ collection v1.0+
Zepto(function($){ ... })
这个课程感觉只是一个Zepto.js的简介。还是需要去看文档,查API自学