미디어위키:Citizen.js: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
$('#citizen-search__buttonCheckbox').click(); | $('#citizen-search__buttonCheckbox').click(); | ||
}); | }); | ||
}); | |||
$(document).ready(function(){ | |||
$('.mw-references-wrap').appendTo('.mw-parser-output'); | |||
$('.mw-references-wrap').before('<h2>각주</h2>'); | |||
}); | }); | ||
/* [[분류:위키 인터페이스 문서]] */ | /* [[분류:위키 인터페이스 문서]] */ |
2023년 10월 5일 (목) 19:25 판
/* 여기의 모든 자바스크립트는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */ $(document).ready(function() { $('.skin-citizen-search-trigger').on('click', function() { $('#citizen-search__buttonCheckbox').click(); }); }); $(document).ready(function(){ $('.mw-references-wrap').appendTo('.mw-parser-output'); $('.mw-references-wrap').before('<h2>각주</h2>'); }); /* [[분류:위키 인터페이스 문서]] */