Site Notice
hello, world
Difference between revisions of "User:机智的小鱼君/common.js"
From Project-EPB Commons
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(){ | ||
− | + | var jqver = $.fn.jquery.replace(/\./g,''); | |
− | + | mw.notify('jquery版本:'+ jqver); | |
+ | if ( jqver > 220 ) { | ||
mw.notify(oh, yeah!); | mw.notify(oh, yeah!); | ||
} | } | ||
}); | }); |
Revision as of 09:29, 9 November 2019
mw.loader.load('https://common.wjghj.cn/js/InPageEdit-v2');
$(function(){
var jqver = $.fn.jquery.replace(/\./g,'');
mw.notify('jquery版本:'+ jqver);
if ( jqver > 220 ) {
mw.notify(oh, yeah!);
}
});