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