Any ideas how to intercept the browser back button via jQuery, so I can run my event function? I don't need to use jQuery BBQ or jQuery Address, only prevent the default behaviour and run it later after some animate.
Thank you!
d
Any ideas how to intercept the browser back button via jQuery, so I can run my event function? I don't need to use jQuery BBQ or jQuery Address, only prevent the default behaviour and run it later after some animate.
Thank you!
d
In jQuery land:
EDIT- There was a parentheses instead of a close bracket
EDIT - Removed Extra Semicolin
Have not tried but i guess this do what you want.
with jQuery you could try the .unload() function