使用以下代码:
Template.home.rendered = function() {
$("#newsfeed").tinyscrollbar();
};
从this meteor packaging of tinyscrollbar
调用插件我得到以下异常:
Exception from Deps afterFlush function
function: TypeError: Cannot read property 'offsetHeight' of undefined
at Scrollbar.update
(完整跟踪位于this pastebin)
我很乐意根据需要提供更多信息!
答案 0 :(得分:0)
您是否在页面中添加了所有必需的HTML?