Hi
When running a jquery app in browser, I have to wait for the page to load completely before I can navigate to another page.
How can I get an event click to navigate to another page, thus overiding uncompleted events?
Thank you.
Hi
When running a jquery app in browser, I have to wait for the page to load completely before I can navigate to another page.
How can I get an event click to navigate to another page, thus overiding uncompleted events?
Thank you.
Hello Deon,
You can use a load event, which fires before page is ready, but you have to wait it, if you want to use a click event for that. There are no way to override that.
Then that means your product cannot be used for html sites. Lots of people click menu options before page is fully loaded.