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

편집 요약 없음
편집 요약 없음
(같은 사용자의 중간 판 11개는 보이지 않습니다)
1번째 줄: 1번째 줄:
$( '#wpTextbox1' ).wikiEditor( 'removeFromToolbar', {
var test = $('.mw-htmlform-field-Licenses > .mw-input > label > input[type="checkbox"]');
'section': 'main',
console.log(test.val());
'group': 'insert',
'tool': 'file'
});

2020년 1월 14일 (화) 06:54 판

var test = $('.mw-htmlform-field-Licenses > .mw-input > label > input[type="checkbox"]');
console.log(test.val());