-
为什么要使用Zepto? 1.无缝接入和改造现有的项目 2.更换的代码执行效率 对比其他框架的优势? 1更低廉的学习成本 2比较轻量级,没有提供复杂的模式查看全部
-
deferr查看全部
-
zepto核心api查看全部
-
zepto和jquery mobile的移动端框架查看全部
-
$ 选择器查看全部
-
// `$.zepto.fragment` takes a html string and an optional tag name // to generate DOM nodes nodes from the given html string. // The generated DOM nodes are returned as an array. // This function can be overriden in plugins for example to make // it compatible with browsers that don't support the DOM fully. zepto.fragment = function(html, name) { if (name === undefined) name = fragmentRE.test(html) && RegExp.$1 if (!(name in containers)) name = '*' var container = containers[name] container.innerHTML = '' + html return $.each(slice.call(container.childNodes), function(){ container.removeChild(this) }) }查看全部
-
开发框架多数情况下是帮你快速地完成一个任务查看全部
-
可以说你这课程说得异常烂吗?查看全部
-
有时卖蛋糕的!查看全部
-
plugins查看全部
-
视频好闪呀!查看全部
-
为什么视频这么小呀?查看全部
-
compare查看全部
-
jquery mobile zepto.js查看全部
-
touch事件全是插件查看全部
举报
0/150
提交
取消