couchapp+evently: _init/data.js 和 $$(this)

Posted

技术标签:

【中文标题】couchapp+evently: _init/data.js 和 $$(this)【英文标题】:couchapp+evently: _init/data.js and $$(this) 【发布时间】:2012-01-13 17:55:30 【问题描述】:

我正在阅读 couchapp 教程 http://couchapp.org/page/evently-do-it-yourself-ii-state 并在两点上感到困惑(我不喜欢在不知道为什么会这样的情况下被告知答案):

$ cat data.js
function(e) 
  $$(this).toppings = [];

data.js 中的“e”参数是什么? $$(this) 函数究竟返回了什么,我如何找到更多关于它的信息?它是完全由用户定义的状态,还是有我需要了解的方法或特殊状态参数?

【问题讨论】:

【参考方案1】:

您可以在this post from wycats 中找到有关$$() 的更多信息,据报道in the sources。

我不再使用Evently,所以我不记得e参数是什么了。但是,您可以使用 Firebug 轻松检查它。

【讨论】:

以上是关于couchapp+evently: _init/data.js 和 $$(this)的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 evently 将事件处理程序附加到 CouchApp 中的小胡子渲染?

关于在 couchapp 和 evently 中使用 mustache partials 的问题

Couchapp && Evently && Mustache:我将如何输出子数组?

将 _attachment 文件合并为 couchapp 中的预处理步骤

如何限制 CouchApp 对 CouchDB 的 `_user` 表的访问?

CouchApp 视图显示将为空结果