Setting a div dimension based on window.height & .width.
I would like to set the height of certain #div elements on a page based on the height of the user's current window state. It should draw the elements based on the size of the window at onLoad, and also respond to the onResize event.
Any ideas? I am new to jQuery. Thanks.