你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/451078-wanikani-open-framework-jquery-module,源站連結 點此以跳轉

Wanikani Open Framework - Jquery module

Progress module for Wanikani Open Framework

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.org.cn/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js

作者
Robin Findley
版本
1.0.0
创建于
2022-09-10
更新于
2022-09-10
大小
1.1 KB
许可证
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);