Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

scrolling for chatbot

var pageHeight = $('#dialog').height();
/*Now at the time of insertion of element*/
pageHeight = pageHeight + 100;
$('#dialog').scrollTop(pageHeight);
 
PREVIOUS NEXT
Tagged: #scrolling #chatbot
ADD COMMENT
Topic
Name
5+1 =