Jump to content

Scrolling in updating chat!?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Stasonix

Stasonix

    Learning Programmer

  • Members
  • PipPipPip
  • 82 posts
  • Programming Language:C++, PHP, JavaScript, Delphi/Object Pascal, Pascal
  • Learning:C++, PHP, JavaScript, Delphi/Object Pascal
Chat window updates each 1 sec, within this updates and scrollbar, I set that he pull to down each time and users can see last messages of other chatters, but if to drag-and-drop this scrollbar it will be a difficult, 'caz each second he updates to down, how to save a position of scrollbar even it's update? (sorry for my english)

$(document).ready(function(){

   

   

   window.setInterval(function(){

    

         $.ajax({

          url: "showtext.php",

          type: "POST",

          cache: false,

          success: function(data) { $('#mydiv').html(data); window.scrollTo(0,99999);}

           });

        

        

        

        },1000);

 });


#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,722 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
https://www.softcomp...r_position.html
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users