This page is a translated version of the page JQuery and the translation is 65% complete.


jQuery はクロスブラウザーの開発を容易にする目的で設計された JavaScript ライブラリです。 バージョン 1.16 以降の MediaWiki は jQuery を同梱しています。

バージョン

jQuery Migrate

The plugin jQuery Migrate helps developers to migrate from jQuery 1 to jQuery 3. The tracking task to remove these warnings and improve the underlying code is タスク T169385.

Note that the stack traces are available together with the console log in modern browsers, to help to locate the origin of the deprecated function.

ResourceLoader

MediaWiki バージョン:
1.17

MediaWiki 1.17 以降、リソースの読み込みははすべてResourceLoader を介して行われます (あるいは行われるべきです) 。既定のモジュールの保存先は/resourcesです。読み込み待ちファイルの統合や最適化はすべて ResourceLoaderが処理するため、静的な圧縮バージョンはもはや存在しません。 コードはすべて jQuery が読み込まれていることを前提にできます。

ただし、ご利用のサイトがバージョン 1.17 以前に開発された外装を使用していると、ResourceLoader を読み込まないため jQuery を利用できません。

関連項目

外部リンク