|
本館粉絲專頁 |
|
|
使用者:LiaoWS/Other:修訂版本之間的差異
台灣棒球維基館
小 |
小 |
||
第18行: | 第18行: | ||
完成後便可直接編寫jquery代碼實現 | 完成後便可直接編寫jquery代碼實現 | ||
− | <div class="toccolours mw-collapsible" style="width: | + | <div class="toccolours mw-collapsible mw-collapsed" style="width:800px"> |
− | This text is collapsible | + | This text is not collapsible; but the next is collapsible and hidden by default: |
+ | <div class="mw-collapsible-content">{{Lorem}}</div> | ||
</div> | </div> | ||
===表格效果=== | ===表格效果=== |
2015年10月10日 (六) 23:04的修訂版本
目次 |
頁面內容測試
折疊面板
這是折疊
AAA
- 實現方法:在mediawiki:common.js加上以下...
mw.loader.using('jquery.ui.accordion', function () { jQuery(document).ready(function ($) { $('.accordion').accordion({ collapsible: true, active: false }); }); });
完成後便可直接編寫jquery代碼實現
This text is not collapsible; but the next is collapsible and hidden by default:
表格效果
簡單排序
A | B | C |
---|---|---|
abc | def | ghi |
jkl | mno | pqr |
stu | vwx | yz |
附加折疊
A | B | C |
---|---|---|
abc | def | ghi |
jkl | mno | pqr |
stu | vwx | yz |