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

미미위키
3번째 줄: 3번째 줄:
 
$('#toc').clone().appendTo('#sidebar-toc');
 
$('#toc').clone().appendTo('#sidebar-toc');
 
$('.ssphelptoc').appendTo('#sidebar-ssphelptoc');
 
$('.ssphelptoc').appendTo('#sidebar-ssphelptoc');
 +
 +
if ( $("#specialchars").length > 0 || $("#toc").length > 0 || $(".ssphelptoc").length > 0 ) {
 +
$('#sidebar').addClass("well well-sm");
 +
}

2015년 5월 7일 (목) 07:54 판

$('#specialchars').clone().appendTo('#sidebar-edittools');
$('#toc').clone().appendTo('#sidebar-toc');
$('.ssphelptoc').appendTo('#sidebar-ssphelptoc');

if ( $("#specialchars").length > 0 || $("#toc").length > 0 || $(".ssphelptoc").length > 0 ) {
 $('#sidebar').addClass("well well-sm");
}