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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
var test = $('#mw-htmlform-field-Licenses > #mw-input > input[type="checkbox"]');
var test = $('#mw-htmlform-field-Licenses > #mw-input > input[type="checkbox"]');
console.log(test.value);
console.log(test.val());

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

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