0

我正在使用cocoon,并有以下回调:

$(document).bind('cocoon:after-insert', function(e,inserted_item) {
    alert('Inserted!');
});

警报按预期触发,但inserted_item未定义。e已完全成型并可用。我错过了什么?

我也尝试document用类选择器替换,但没有变化。

4

1 回答 1

1

你在使用来自 github 的 gem 吗?例如在你的 gemfile 中写:

gem 'cocoon', :git => 'https://github.com/nathanvda/cocoon'

您提到的功能尚未发布,将在本周末的某个地方发生。想先解决另一个未解决的问题。

于 2012-11-02T20:00:35.617 回答