jQueryで要素の高さを変更する。

heightメソッドを使用して要素の高さの変更ができます。

$(window).height(300);

html要素