“MediaWiki:Mobile.js”的版本间的差异
跳到导航
跳到搜索
Otaku moyu(讨论 | 贡献) |
Otaku moyu(讨论 | 贡献) |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */ | /* 这里的任何JavaScript将为使用移动版网站的用户加载 */ | ||
− | |||
− | |||
− | |||
− | |||
/* Restore collapsible elements by loading the jQuery module for them. */ | /* Restore collapsible elements by loading the jQuery module for them. */ | ||
第13行: | 第9行: | ||
$( '.mw-collapsible' ).makeCollapsible ( ); | $( '.mw-collapsible' ).makeCollapsible ( ); | ||
} ); | } ); | ||
+ | } (mediaWiki, jQuery) ); |
2021年4月7日 (三) 14:22的最新版本
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */
/* Restore collapsible elements by loading the jQuery module for them. */
$( function (mw, $) {
'use strict';
mw.loader.using('jquery.makeCollapsible', function ( ) {
$( '.mw-collapsible' ).makeCollapsible ( );
} );
} (mediaWiki, jQuery) );