jQuery/es

From mediawiki.org
This page is a translated version of the page JQuery and the translation is 40% complete.


jQuery Es una biblioteca de JavaScript diseñada para simplificar el cruz-desarrollo del navegador. MediaWiki incluye jQuery desde la versión 1.16.

Versión

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

Versión de 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.

Véase también

Enlaces externos