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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -