미디어위키:Common.js: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:


     $('h2, h3, h4, h5, h6').filter(function() {
     $('h2, h3, h4, h5, h6').filter(function() {
         return $(this).attr('id') !== 'toc';
         return $(this).attr('id') != 'toc';
     }).each(function() {
     }).each(function() {
         var $this = $(this);
         var $this = $(this);

2025년 4월 26일 (토) 21:31 판