以下の内容はhttps://culage.hatenablog.com/entry/20120411/p2より取得しました。


スクロールを最下部に移動する

http://www.kinopyo.com/blog/javascript-get-scrollbar-to-bottom

$.fn.scrollToBottom = function(){
	if(this.length == 0 || !this[0].scrollHeight) return;
	this.scrollTop(this[0].scrollHeight);
};
$(function(){
	$("#scrollItem").scrollToBottom();
});



以上の内容はhttps://culage.hatenablog.com/entry/20120411/p2より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14