[jQuery] OnBeforeUnload and jQuery

2008-11-09 Thread manwood
Hi All I am trying to warn a user about unsaved changes when they attempt to leave a page. I can catch and prompt using the built in OnBeforeUnload dialog, but it looks sh*t and has some annoying standard text that is of no use to me. I have tried to bind to the BeforeUnload event using jQuery in

[jQuery] onbeforeunload

2008-03-04 Thread Jack Bates
Is there any support for the onbeforeunload event in jQuery? I contribute to an open source records management application which employs jQuery. Some of our usability feedback has been that users loose because they don't realize they must submit a form before navigating to another page. Sounds si