With the following code, I select the elements to apply as the height of the browser; but later, when I size the browser, the height does not change.
function init_heght(element) {
var y = $(window).height();
$(element).css('height', y...
asked by
12.03.2017 / 05:11