Wanikani Open Framework - Jquery module

Progress module for Wanikani Open Framework

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js

Аўтар
Robin Findley
Версія
1.0.0
Створаны
10.09.2022
Абноўлены
10.09.2022
Памер
1.1 КБ
Ліцэнзія
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);