I\'ve got a div that uses overflow:auto to keep the contents inside the div as it is resized and dragged around the page. I\'m using some ajax to retrieve lines of text from
$("#thediv").scrollTop($("#thediv")[0].scrollHeight);