This is a migrated thread and some comments may be shown as answers.

beforeClose event

1 Answer 200 Views
Window
This is a migrated thread and some comments may be shown as answers.
bannerplay
Top achievements
Rank 2
bannerplay asked on 30 Aug 2012, 09:34 AM
Does the Window object support an event which is fired when the user clicks the close icon but BEFORE the window is actually closed? Something like jQuery-UI's beforeClose event.

i'm trying to build a conditional close.

Thanks
Rafi

1 Answer, 1 is accepted

Sort by
0
Nohinn
Top achievements
Rank 1
answered on 30 Aug 2012, 10:33 AM
Not an event itself, but you can prevent the default behavior in the close event.
Sample: http://jsbin.com/arapig/1/

It has a very simple condition if you look the code. The first time it will not close, but it will on the second try.
Tags
Window
Asked by
bannerplay
Top achievements
Rank 2
Answers by
Nohinn
Top achievements
Rank 1
Share this question
or