[jQuery] Document ready function and the browser forward/back button

[jQuery] Document ready function and the browser forward/back button


Hi,
I have a few document ready functions on my page. I don't want the
functions to get executed if the page is loaded because the user
clicks on the browser forward/back button. Is there a way to prevent
the document ready functions from getting executed if the user clicks
on the forward/back button? Thank you.