$('html, body').animate({scrollTop: 500}, 1500);
$('div.scroll-me').animate({scrollTop: 500}, 1500);
Uncaught TypeError: Failed to execute 'animate' on 'Element': No function was found that matched the signature provided.
var divs = $(".bb-status");
divs[0]...
divs.eq(0)...