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