Whitetiger0423 (토론 | 기여) (새 문서: $(".body ul:first").append('<li id="n-portal2"><a href="/wiki/%ED%8A%B9%EC%88%98%3A%EB%82%B4%EC%82%AC%EC%9A%A9%EC%9E%90%EB%AC%B8%EC%84%9C%2F%EC%9E%91%EC%97%85%EC%9E%A5" title="내 작...) |
Whitetiger0423 (토론 | 기여) |
||
1번째 줄: | 1번째 줄: | ||
$(".body ul:first").append('<li id="n-portal2"><a href="/wiki/%ED%8A%B9%EC%88%98 | $(".body ul:first").append('<li id="n-portal2"><a href="/wiki/%ED%8A%B9%EC%88%98:%EB%82%B4%EC%82%AC%EC%9A%A9%EC%9E%90%EB%AC%B8%EC%84%9C/%EC%9E%91%EC%97%85%EC%9E%A5" title="내 작업장">내 작업장</a></li>'); | ||
$("#bottom-button").click(function(){ | $("#bottom-button").click(function(){ | ||
$('html, body').scrollTop( $(document).height() ); | $('html, body').scrollTop( $(document).height() ); | ||
}); | }); |
2020년 8월 4일 (화) 14:30 기준 최신판
$(".body ul:first").append('<li id="n-portal2"><a href="/wiki/%ED%8A%B9%EC%88%98:%EB%82%B4%EC%82%AC%EC%9A%A9%EC%9E%90%EB%AC%B8%EC%84%9C/%EC%9E%91%EC%97%85%EC%9E%A5" title="내 작업장">내 작업장</a></li>'); $("#bottom-button").click(function(){ $('html, body').scrollTop( $(document).height() ); });