Wanikani Open Framework - Jquery module

Progress module for Wanikani Open Framework

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://updategreasyfork.deno.dev/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
Robin Findley
버전
1.0.0
생성일
2022-09-10
갱신일
2022-09-10
크기
1.08KB
라이선스
MIT

This module is a loader for Jquery for when a script (or the Open Framework) needs is, but it is not present on the web page.
It is used by the Progress and Settings modules, both of which rely on Jquery UI.

Usage:

wkof.include('Jquery');
wkof.ready('Jquery').then(do_something);