How can I detect window/browser size with jQuery like Gmail? In Gmail, we don\'t need to refresh or reload current page as soon as we have changed window resolution in windo
Do you want to detect when the window has been resized?
You can use JQuery's resize to attach a handler.