Extension:Local jQuery
From MediaWiki.org
|
Local jQuery Release status: beta |
|||
|---|---|---|---|
| Description | An extension to load jQuery from the wiki | ||
| Author(s) | Timo Tijhof | ||
| Last version | 0.1 | ||
| MediaWiki | 1.18 | ||
| License | CC0 1.0 | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
Check usage (experimental) |
|||
LocalJQuery is an extension to load a different version of jQuery without hacking core. It is loaded through ResourceLoader as part of the startup module request and replaces the default version of jQuery that comes with MediaWiki.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/LocalJQuery/LocalJQuery.php");
