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