I need to start stop de auto scroll on a table every random seconds, now I got the auto scroll but I need to know how i can make it stop and continue in some random seconds.
$('.tbl-content').animate({ scrollTop: 10000000 }, 1000000);