scrolling for chatbot

Solutions on MaxInterview for scrolling for chatbot by the best coders in the world

showing results for - "scrolling for chatbot"
Andrea
08 Aug 2017
1var pageHeight = $('#dialog').height();
2/*Now at the time of insertion of element*/
3pageHeight = pageHeight + 100;
4$('#dialog').scrollTop(pageHeight);