Difference between revisions of "Team:USTC-Software/js/init"

(Created page with "$(document).ready(function () { $('.container').height($(window).height()-$('#menu').height()) $('.wide').height($(window).height()-$('#menu').height()...")
 
(No difference)

Revision as of 14:31, 11 October 2018

$(document).ready(function () {

       $('.container').height($(window).height()-$('#menu').height())       
       $('.wide').height($(window).height()-$('#menu').height() - 15)
       $('#leftnav').height($(window).height() - $('#menu').height() - 100)
   })