This is noob type question but.. I have some code which runs some intialise function. I should only run once as it creates a load of listners. So I am using document.ready. The question is if some revisits the page using buttons or the reload button will that code be run again. In other words does document.ready fire whenever to go to a page
ed.