プラグインを使わずにページトップへ戻る jQueryスクロール

jQuery以外のライブラリを使わずに、シンプルに実装する方法をご紹介します。

デモ


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #999;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
}