MediaWiki:Mobile.js:修订间差异
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第1行: | 第1行: | ||
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */ | /* 这里的任何JavaScript将为使用移动版网站的用户加载 */ | ||
/* 由[[esg:用户:耀武扬威]]复制自萌百Mobile.js */ | /* 由[[esg:用户:耀武扬威]]复制自萌百Mobile.js */ | ||
//Template:隐藏 | //Template:隐藏 | ||
if ($('.mw-collapsible')[0]) | if ($('.mw-collapsible')[0]) | ||
mw.loader.using('jquery.makeCollapsible').then(function () { | mw.loader.using('jquery.makeCollapsible').then(function () { | ||
console.debug('jquery.makeCollapsible is loaded.'); | // console.debug('jquery.makeCollapsible is loaded.'); | ||
$('.mw-collapsible').makeCollapsible(); | $('.mw-collapsible').makeCollapsible(); | ||
}); | }); |
2024年6月16日 (日) 17:33的最新版本
/* 这里的任何JavaScript将为使用移动版网站的用户加载 */ /* 由[[esg:用户:耀武扬威]]复制自萌百Mobile.js */ //Template:隐藏 if ($('.mw-collapsible')[0]) mw.loader.using('jquery.makeCollapsible').then(function () { // console.debug('jquery.makeCollapsible is loaded.'); $('.mw-collapsible').makeCollapsible(); });