-
when i replace the query with zepto ,but it doesn't run。
-
Hello,
I'm hoping this project has still a little support from the community.
I've switched from a pre-coffeescript version of jqtouch to the latest one, and I am having troubles porting my app.
The …
-
zepto小,但jquerymobile是zepto的2倍性能、这是真实的吗?
-
Zepto is a small (9.8k gzip) jQuery-compatible library, particularly useful when trying to save download size (e.g., mobile HTML5 apps). Compare this with jQuery 2.0.2 at 28.7k gzip. With only a handf…
-
### Summary
When uploading an image to a post (drag&drop) it takes a long time (even for a small file) until the file is uploaded. Then the js console hits the error above
```
zepto.js:2 Uncaught Ty…
-
In the example:
define([
'backbone',
'zepto',
'view/layout'
], function(Backbone, $, Layout) {
converts to:
var Layout = require('./view/layout');
var Backbone = require('backbone');
var $ = ze…
-
# API 文档 - `dom` 模块
## JavaScript 变量
为减少业务层对常用 DOM 元素的重复获取和包装,`dom` 模块预先缓存了这些元素的 Zepto 包装对象。在业务层可以直接使用。
### `.$win`
`window` 对象的 Zepto 包装对象。
#### 示例
监听 `resize` 事件:
``` js
gearbox.do…
-
# API 文档 - `dom` 模块
## JavaScript 变量
为减少业务层对常用 DOM 元素的重复获取和包装,`dom` 模块预先缓存了这些元素的 Zepto 包装对象。在业务层可以直接使用。
### `_.dom.$win`
`window` 对象的 Zepto 包装对象。
#### 示例
监听 `resize` 事件:
``` js
_.dom.$win.on('resi…
-
**Description:**
[Zepto Builder](https://github.com/e-sites/Zepto-Builder) will let you generate a custom version of Zepto that just includes the modules you need. It recently got a complete overhaul …
-
Hi,
I've just tried to use unveil.js with zepto and always got an javascript error.
After some investigation I think it is linked to a missing check on Zepto against ":hidden".
I suggest a check li…