After working fine with
Template.name.rendered = function () {
.....
}
I changed this to:
Template.name.onRendered(function(){
.....
})
but I don't have the same results and I don't find too much documentation about the differences, some one would help me please? or someone knows where I can see the differences?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…