Best practice is to attach to the resize event. window.addEventListener('resize', function(event) { ... }, true);. jQuery is just wrapping the standard ...
確定! 回上一頁