You can attach to the resize event like below: window.addEventListener('resize', function(event) { ... }, true);.
確定! 回上一頁