$(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);
});
1 reply to this topic
#1
Posted 03 May 2011 - 02:39 PM
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)
|
|
|
#2
Posted 03 May 2011 - 11:43 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









