This page is a translated version of the page JQuery and the translation is 26% complete.
Outdated translations are marked like this.


jQuery è una libreria JavaScript progettata per semplificare lo sviluppo indipendentemente dal browser. Stiamo distribuendo la libreria JavaScript jQuery a partire dal rilascio 1.16.

Versione

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 task 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

Versione MediaWiki:
1.17

As of MediaWiki 1.17 all resources are (or should be) loaded through ResourceLoader . The core modules are stored in /resources. There are no static minified versions anymore as ResourceLoader takes care of this when combining and optimizing all queued files. All code can assume that jQuery has already been loaded.

However, if your site skin was created prior to 1.17, ResourceLoader will not be loaded and jQuery will not be available.

Vedi anche

External links