I have a single javascript function i want to call when a page has loaded.
I haven't used jQuery before but have found the $(document).ready option. Can I use this to run my javascript and if so do where do I put my code. Would rather not put in a module unless it's necessary...
Many thanks Gary