我正在使用cocoon,并进行以下回调:
$(document).bind('cocoon:after-insert', function(e,inserted_item) {
alert('Inserted!');
});
警报按预期触发,但inserted_item
未定义。 e
已完全形成并可用。我错过了什么?
我还试图用类选择器替换document
,但没有变化。
答案 0 :(得分:1)
您使用的是github的gem吗?例如。在你的gemfile中写:
gem 'cocoon', :git => 'https://github.com/nathanvda/cocoon'
你提到的功能尚未发布,将在本周末的某个地方发生。想先解决另一个未解决的问题。