本館粉絲專頁

使用者:LiaoWS/Other:修訂版本之間的差異

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
台灣棒球維基館
跳轉到: 導覽搜尋
第18行: 第18行:
 
完成後便可直接編寫jquery代碼實現
 
完成後便可直接編寫jquery代碼實現
  
<div class="toccolours mw-collapsible" style="width:400px">
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
This text is collapsible. {{Lorem}}
+
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