"사용자:Gomdoli/common.js"의 두 판 사이의 차이

이 문서는 2020년 7월 29일 (수) 13:32에 마지막으로 편집되었습니다.
< 사용자:Gomdoli
잔글
1번째 줄: 1번째 줄:
$(".body ul:first").append('<li id="n-portal2"><a href="/wiki/특수:내사용자문서/작업장" title="내 작업장">작업장</a></li>');
$(".body ul:first").append('<li id="n-portal2"><a href="/wiki/사용자:Gomdoli4696/작업장" title="내 작업장">작업장</a></li>');
$("#bottom-button").click(function(){
$("#bottom-button").click(function(){
$('html, body').scrollTop( $(document).height() );
$('html, body').scrollTop( $(document).height() );
});
});

2020년 7월 29일 (수) 13:32 판

$(".body ul:first").append('<li id="n-portal2"><a href="/wiki/사용자:Gomdoli4696/작업장" title="내 작업장">내 작업장</a></li>');
$("#bottom-button").click(function(){
	$('html, body').scrollTop( $(document).height() );
});