Site Notice
hello, world
Difference between revisions of "User:机智的小鱼君/common.js"
From Project-EPB Commons
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 1: | Line 1: | ||
mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2'); | mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2'); | ||
$(function(){ | $(function(){ | ||
− | mw.notify('jquery版本:'+ $.fn.jquery.replace( | + | mw.notify('jquery版本:'+ $.fn.jquery.replace(/\./g,'')); |
// if ( $().jquery > Number(2.2.0) ) ssi_modal.notify('success',{content:''}) ; | // if ( $().jquery > Number(2.2.0) ) ssi_modal.notify('success',{content:''}) ; | ||
}); | }); |
Revision as of 09:26, 9 November 2019
mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2');
$(function(){
mw.notify('jquery版本:'+ $.fn.jquery.replace(/\./g,''));
// if ( $().jquery > Number(2.2.0) ) ssi_modal.notify('success',{content:''}) ;
});