Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery Div height not working on page load Re: Jquery Div height not working on page load

#92067
Rocko
Participant

SOLVED: this code only calls setSizes when resized. It can be called explicitly by adding

$(document).ready( function() { setSizes(); });