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.
phonegap + cordova 2.7 の使い方 .ページの最後まで行きたい .いろいろ試してみたけど、今はなんでもできる。
var $div = $("#realTimeContents"); $div.scrollTop($div[0].scrollHeight);
第二に
window.scrollTo(0, document.body.scrollHeight);