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

편집 요약 없음
편집 요약 없음
(같은 사용자의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
        if (mw.cookie.get("libra")!=="true") {
var test = $('.mw-htmlform-field-Licenses > .mw-input > label > input[type="checkbox"]');
        $("#manuzeol").modal();
console.log(test.val());
        setTimeout(function() {
        $("#manuzeol").modal('hide')},6000);
        mw.cookie.set("libra",'true');
        }

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

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