Greasy Fork is available in English.

Wanikani Open Framework - Jquery module

Progress module for Wanikani Open Framework

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js

Tác giả
Robin Findley
Phiên bản
1.0.0
Đã tạo
10-09-2022
Đã cập nhật
10-09-2022
Giấy phép
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);