How can I invoke an event handler in Javascript whenever the page url changes?
-
In this event handler I have to invoke another method which takes up some time to "do its work" and then I want the page to navigate. Any ideas are highly welcomed.
-
Answer:
https://developer.mozilla.org/en-US/docs/Web/Reference/Events/beforeunload - though this will fire on page refresh as well, not just url change. https://developer.mozilla.org/en-US/docs/Web/Reference/Events/unload - -ditto- https://developer.mozilla.org/en-US/docs/Web/Reference/Events/hashchange - only for the hash fragment. Browser compatibility for beforeunload: https://developer.mozilla.org/en-US/docs/Web/API/Window.onbeforeunload#Browser_compatibility Browser compatibility for hashchange: https://developer.mozilla.org/en-US/docs/Web/API/Window.onhashchange#Browser_compatibility The function that takes time, execute it completely synchronously inside the event handler. That could work
Kunal Golani at Quora Visit the source
Related Q & A:
- How can I completely remove a Facebook event?Best solution by en-gb.facebook.com
- How Can I add Latitude, Longitude dynamically in Javascript?Best solution by Stack Overflow
- How can I become an event-coordinator?Best solution by Yahoo! Answers
- How can I add my Yahoo! Avatar to my My Yahoo! page?Best solution by Yahoo! Answers
- Whenever I get a runny nose, I bleed from my nose. How can I stop this?Best solution by healthtap.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.