meteor - jQuery used in materialize only works through console -


so im trying use features of materialize material box: materializecss.

the jquery supposed load automatically. in "initialization" part of page in link shows jquery can manually added. tried adding bottom of meteor.isclient , doesnt work. way can materialbox feature work open console , enter the jquery manually-$('.materialboxed').materialbox();

after able click on images , have materialbox feature work properly. idea whats going on here? how can fixed?

edit: note happens things materialize's side-menu initialized by: $(".button-collapse").sidenav(); not work unless statement enetered console.