사용자:Hsl0/연구소/2.js: 두 판 사이의 차이
imported>Hsl0 편집 요약 없음 |
imported>Hsl0 편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
* 작성자: [[사용자:Gustmd7410|Gustmd7410]] */ | * 작성자: [[사용자:Gustmd7410|Gustmd7410]] */ | ||
$('.historygo').wrap('<a />').click(function() { | $(function historygo() { | ||
$('.historygo').wrap('<a />').click(function() { | |||
history.go(this.dataset.page); | |||
}); | |||
}); | }); |