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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
$(document).ready( function() {
$(document).ready( function() {
     $('').appendTo('head').attr({rel: 'stylesheet',type: 'text/css',href: '//librewiki.net/skins/Libre/darklibre.css'});
     $('').appendTo('head').attr({rel: 'stylesheet',type: 'text/css',href: 'darklibre.css'});
    alert($('').appendTo('head'));
});
});

2015년 5월 30일 (토) 03:59 판

$(document).ready( function() {
    $('').appendTo('head').attr({rel: 'stylesheet',type: 'text/css',href: 'darklibre.css'});
});