mediawiki.page.ready

Namespaces

CheckboxHack
Utility library for managing components using the CSS checkbox hack.

Properties

teleportTarget :HTMLElementstatic #

A container for displaying elements that overlay the page, such as dialogs.

Type:

Source:
A container for displaying elements that overlay the page, such as dialogs.

Methods

checkboxShift($box)static #

Enable checkboxes to be checked or unchecked in a row by clicking one, holding shift and clicking another one.

Parameters:

Name Type Description
$box jQuery
Source:

Enable checkboxes to be checked or unchecked in a row by clicking one, holding shift and clicking another one.

loadSearchModule(moduleName)static #

Load a given module when a search input is focused.

Parameters:

Name Type Description
moduleName string

Name of a module

Source:
Load a given module when a search input is focused.