window.onresize = function () { clearTimeout(this.resizeHandler); this.resizeHandler = setTimeout(function () { /* Ваш код */ }, 2000); };