luskyj89
9/19/2013 - 2:37 PM

Get the height or width of the window

Get the height or width of the window

var frameHeight = $(window).height();
var frameWidth = $(window).width();