$('.wrapper').height = '1000px';
and that will not work, because we don't have $('.wrapper') in working
what should I do, to accomplish the desirable result?

$('.wrapper').css('height', '1000px');

MaurĂ­cio

Reply via email to