how to auto scroll down when new messages added – Jquery ajax
I am working with django , I want to scroll down auto when new messages added 'sent or received', I can scroll down auto when I refrech the page because of this code line : $("#card-body").animate({ scrollTop: 20000000 }, "slow");…