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

편집 요약 없음
편집 요약 없음
(같은 사용자의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
window.hotcat_translations_from_commons = true;
var test = $('.mw-htmlform-field-Licenses > .mw-input > label > input[type="checkbox"]');
 
console.log(test.val());
/*
This imports the latest version of HotCat from Commons.
HotCat is a gadget to make changes to categories much easier.
Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat
*/
mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );

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

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