jquery - Javascript: Detect when move a browser window -
Is there a way to know about events when walking with a window "window.open"?
It can use JavaScript or jQuery
Thanks.
If you mean the physical browser window only, no. Runs sandboxed in the context of Javascript window; You can not handle events outside of it.
Comments
Post a Comment