0
I have my function to resize,
function resizeGrid() {
$(".divGrid").css("height", ($(document).height() - 325) + "px");
}
$(resizeGrid);
It works as I’d like, but when testing in the browser, I always have to give F5 to it to work,?
Onosendai, he even calls the function, but to see visually, I have to give F5
– Rod
@Rod You would have an example reproducing this behavior?
– OnoSendai
I put a Location Reload also in resize, there it works, I do not know if it is a good...
– Rod