efects onUnload
efects onUnload
I this this is the place to post, but i apolagise if its not. i want
to use this code:
$("a").click(function(){
$("#header").hide(1000)
});
to hide the header when a user clicks a link, the only problem is that
the page navigates away before the animation start, if an alert box is
called after the effect, this causes the page to wait for user
response and you can see the animation. However i do not want the
textbox, is there any way of making the browser wait for the animation
to finish before the page to which the link is pointing to loads?
Thanks in advance