-
## 问题
今天同事(妹子)遇到一个 `Zepto` 的事件委托的问题来问我,我当时也懵了,后来解决了。问题还是比较坑的,拿出来分享一下。先看看是什么问题:
[页面1][page1]
## 自己解决
为什么?!为什么事件委托在 `.a` 上可是却也触发了 `.b` 上的委托。看着妹子求知的眼神,我胸中一阵气短。猜想着是 `.a` 委托事件最后换了 `class`,DOM立刻更改了,…
-
I've noticed a leak of DOM nodes and attached listeners with zepto. Here's a simple case:
``` html
```
``` javascript
function doWork() {
$('#top').html('testing');
$('#inner').click(cb);
…
-
### 问题是什么
demo/basic.html
### 环境
- 手机:
- 系统:pc
- 浏览器:chrome 61
- zepto版本:1.1
- zepto.fullpage版本:v0.5.0
### 在线例子
如果有请提供在线例子
### 其他
其他信息
[Intervention] Unable to preventDefault insi…
-
https://fe2x.cc/2017/11/28/learning-zeptojs/#more
前言在学习的过程中,学会阅读源码也是一种很好的过程,但是对于一个新手来说,阅读源码就像一面茫然,下载了源码不知道从何开始.这里楼主选择从Zepto源码开始学习.首先因为Zepto并不复杂,Zepto实现功能还是比较简单, Zepto是类似于Jquery的轻量库,不过作用于手机端,类似于Jque…
-
The zepto.js file contained within seems to not include the optional modules. (like touch.js). Would it make sense to include something like zepto.full.js with a build of all the modules, or just incl…
-
thure updated
12 years ago
-
是否可以考虑去除zepto,使用vue.js、nova.js这样的轻量级mvvm,又或react.js(目前也有很多人会了)? mvvm的双向绑定,组件等用起来实在是很爽; 当然,zepto的好处是,让一堆用惯了jquery的人可以迅速上手(降低了准入门槛,ionic这样的必须使用angularjs的实在是需要很长时间来上手); 所以如果能既有zepto版本,又有mvvm版本,那就爽歪歪了
-
### 源码注释
``` python
// Zepto.js
// (c) 2010-2015 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.
;(function($){
var _zid = 1, undefined,
slice = Array.p…
-
There seems to be a bug when using jQuery instead of Zepto.
Steps to reproduce the error with the »main« demo:
- »activate« jQuery and »deactivate« zepto within index.html
- Try to load the »Long Ge…
-
Hi @tylersticka
I'm seeing a couple of values getting computed for default options that I think are partially vestigial from Zepto. Specifically:
```
duration: ($.fx !== null) && ($.f…