Site Notice
hello, world
Difference between revisions of "MediaWiki:Js-doc.js"
From Project-EPB Commons
(Created page with "→* *『Wjghj Project Static』 * This _JavaScript_ code is from https://common.wjghj.cn * CC BY-NC-SA *: →Invoke jQuery: document.write('<script src="https://common...") |
([InPageEdit] 没有编辑摘要) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* CC BY-NC-SA | * CC BY-NC-SA | ||
**/ | **/ | ||
− | + | function resizeMain(){$('main > .container').css('min-height',$(window).height()-$('.page-footer').height()-$('.top-nav').height()-26)} | |
− | + | $(function(){ | |
− | + | resizeMain(); | |
− | + | $(window).resize(resizeMain); | |
− | |||
− | |||
− | |||
}); | }); |
Latest revision as of 16:38, 8 December 2019
/**
*『Wjghj Project Static』
* This _JavaScript_ code is from https://common.wjghj.cn
* CC BY-NC-SA
**/
function resizeMain(){$('main > .container').css('min-height',$(window).height()-$('.page-footer').height()-$('.top-nav').height()-26)}
$(function(){
resizeMain();
$(window).resize(resizeMain);
});