Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. AutoScroll = function (idChat) {
  2. var height_div = $('.boxChatClient[idChat="' + idChat + '"] .content_chat').height();
  3. $('.boxChatClient[idChat="' + idChat + '"] .div_msg_chat').animate({scrollTop: height_div},400);
  4. console.log('[Action] Thực hiện Scroll');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement