|
本館粉絲專頁 |
|
|
MediaWiki:Common.js:修訂版本之間的差異
台灣棒球維基館
小 |
小 |
||
第5行: | 第5行: | ||
}); | }); | ||
}); | }); | ||
− | + | mw.loader.using('jquery.ui.sortable', function () { | |
jQuery(document).ready(function ($) { | jQuery(document).ready(function ($) { | ||
$('.sortable').sortable(); | $('.sortable').sortable(); | ||
}); | }); | ||
− | }); | + | }); |
mw.loader.load( 'jquery.ui.button'); function my_accordion() { | mw.loader.load( 'jquery.ui.button'); function my_accordion() { |
2015年10月10日 (六) 20:48的修訂版本
/* 此處的JavaScript將載入於所有用戶每一個頁面。 */ mw.loader.using('jquery.ui.accordion', function () { jQuery(document).ready(function ($) { $('.accordion').accordion({ collapsible: true, active: false }); }); }); mw.loader.using('jquery.ui.sortable', function () { jQuery(document).ready(function ($) { $('.sortable').sortable(); }); }); mw.loader.load( 'jquery.ui.button'); function my_accordion() { jQuery( "#button" ).accordion({ collapsible: true, active: false }); } jQuery( my_button);