MediaWiki:Common.js:修订间差异

跳到导航 跳到搜索
删除27字节 、​ 2020年8月4日 (星期二)
撤销873756069讨论)的版本8644
(撤销873756069讨论)的版本8645)
(撤销873756069讨论)的版本8644)
第93行: 第93行:


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

导航菜单