Jump to content

Fixing scolling div position


tartou2

Recommended Posts

hello coders,

this issue is driving me to crazy since days, the full code works perfectly but i was able to locate a problem in this jquery part that keep refresh every sec. it works perfectly on pc but on mobile, if the div is scrolled up, everytime i try to scroll down, it keep doing autoscroll to somewhere in between

 

So if anyone can help me on how to make the div return to its position before the refresh

function loadchat(){       
        $.ajax({  
            url: "real_chat.php",  
            cache: false,  
            success: function(html){          
                $("#chatboard").html(html); 
            },  
        });
            return false;  
    }
setInterval (loadchat, 1000);

any help to fix the scrolling on mobile

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.