|
本館粉絲專頁 |
|
|
使用者:LiaoWS/Other
台灣棒球維基館
頁面內容測試
折疊面板
這是折疊
AAA
- 實現方法:在mediawiki:common.js加上以下...
mw.loader.using('jquery.ui.accordion', function () { jQuery(document).ready(function ($) { $('.accordion').accordion({ collapsible: true, active: false }); }); });
完成後便可直接編寫jquery代碼實現
1 * 1 | 1 * 2 | 1 * 3 |
2 * 1 | 2 * 2 | 2 * 3 |
3 * 1 | 3 * 2 | 3 * 3 |