エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
<script type=”text/javascript”> $(function() { var offset = $(“#scroll_btn”).offset(); var topPad... <script type=”text/javascript”> $(function() { var offset = $(“#scroll_btn”).offset(); var topPadding = 15; $(window).scroll(function() { if ($(window).scrollTop() > offset.top) { $(“#scroll_btn”).stop().animate({ marginTop: $(window).scrollTop() – offset.top + topPadding }); } else { $(“#scroll_btn”).stop().animate({ marginTop: 0 }); }; }); }); </script>