Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there any close event of firefox browser ?

  • 1 odgovor
  • 1 ima ovaj problem
  • 3 views
  • Posljednji odgovor poslao user293

more options

I want to capture the event that fire when I close the browser.

Is there any way to capture event using JavaScript/JQuery?

Thanks

I want to capture the event that fire when I close the browser. Is there any way to capture event using JavaScript/JQuery? Thanks

Izmjenjeno od strane ajeetyadav89

All Replies (1)

more options

I guess I'm kind of confused. Are you developing a webpage or a firefox add-on (although the jquery part makes me think you are making a webpage)?

There isn't any way to detect when the application quits, since all javascript stops running once the webpage is closed. However, you can detect when the webpage is about to be left, either from the application closing, the tab being closed, or the user going to a different page using the onbeforeunload event.

(also, this works in all browsers, not just firefox).