I have my function to resize,
function resizeGrid() {
$(".divGrid").css("height", ($(document).height() - 325) + "px");
}
$(resizeGrid);
It works as I would like, but when testing in the browser, I always have to give f5 s...
asked by
20.08.2014 / 21:55