MediaWiki:Common.js:修订间差异

跳到导航 跳到搜索
添加27字节 、​ 2020年8月4日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第93行: 第93行:


/////分页tab///////
/////分页tab///////
$(document).ready( function(){
function tabs() {
   $(".tab").each(function(index) {
   $(".tab").each(function(index) {
     $(this).click(function(e) {
     $(this).click(function(e) {
第117行: 第117行:
     });
     });
   }   
   }   
});
}
mw.hook( 'wikipage.content' ).add( tabs);
///////结束////////
///////结束////////

导航菜单