Site Notice
hello, world
Difference between revisions of "User:机智的小鱼君/common.js"
From Project-EPB Commons
Line 3: | Line 3: | ||
var jqver = $.fn.jquery.replace(/\./g,''); | var jqver = $.fn.jquery.replace(/\./g,''); | ||
mw.notify('jquery版本:'+ jqver); | mw.notify('jquery版本:'+ jqver); | ||
− | if ( jqver > 220 ) { | + | /*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!);
}*/
});