Meteor jQuery animate not working -
i'm trying scroll page when template renders using code:
template.message.rendered = function() { $('html, body').animate({ scrolltop: $('ul#message-list li:last').offset().top }, 600); } nothing happens. element exists. has run jquery animate not working in meteor?
Comments
Post a Comment