Extension:jQuery

From WikiEducator
Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
jQuery

Release status: beta

Implementation User interface
Description Adds jQuery to every page of an older MediaWiki installation.
Author(s) JimTittslerTalk
Last Version 1.0 (2011-06-03)
MediaWiki 1.15.5
License GPL2
Download git [1]

What does this extension do?

This trivial extension inserts a script tag to load jQuery on every page of a MediaWiki installation.

Installation

  1. Install the extension from [2].
  2. git checkout master
  3. Add the line require_once("$IP/extensions/jquerymw/jQuery.php"); to your LocalSettings.php file.
  4. Set $wgjQuerysrc to a string containing the URL of the copy of jQuery to be loaded.