Javascript: detect when a window is resized ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-06-08T10:17:04Z
Indexed on
2010/06/08
10:22 UTC
Read the original article
Hit count: 385
JavaScript
|jQuery
Is there any way with jQuery or javascript to trigger a function when the user ends to resize the browser window ?
In other terms:
1) Can I detect mouse up event when user is resizing the browser window ?
otherwise
2) Can I detect when a window resize operation is finished ?
I'm currently only able to trigger an event when the user start to resize the window with jquery
thanks
© Stack Overflow or respective owner