$(window).resize(function () { $("#divResize").text("Window size is: " + $(window).width()); });
Login to post response