Response title
This is preview!
$(
function(){ var h = $(window).height(); var w = $(window).width();$(
'#contentwrapper').height(h-100)$(
'#contentwrapper').width(w-15)alert(
'check ' + h)})
function
changesSize(h,w){ var tmpHeight = h var tmpWidth = w$(
'#contentwrapper').height(tmpHeight - 50)$(
'#contentwrapper').width(tmpWidth-15) //alert('check ' + tmpHeight)}
$(window).resize(
function () { var h = $(window).height(); var w = $(window).width();changesSize(h, w)
© 2013 jQuery Foundation
Sponsored by and others.