Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
how to using phonegap + cordova 2.7 .I want to go end of the page .I try lot of thing but now work any thing.
var $div = $("#realTimeContents"); $div.scrollTop($div[0].scrollHeight);
secondly
window.scrollTo(0, document.body.scrollHeight);