var windowWidth = $(window).width(); $(window).on('resize', function() { windowWidth = $(window).width(); console.log(windowWidth); });