SyntaxFix
Write A Post
Hire A Developer
Questions
$(document).ready(function() { //calculate the window height & add css properties for height 100% wh = $( window ).height(); ww = $( window ).width(); $(".targeted-div").css({"height": wh, "width": ww}); });