I have written my website to have a main, JavaScript/jQuery file that houses most of my main functions.
But on my page I am using some .load("example.php") functions, to help save the main load page time. The problem I'm running into is that WITHIN example.php I have to load my MAIN JavaScript/jQuery file again if I want to use some of the main functions that I have loaded.
But that doesn't seem very smart and efficient, is there something I'm missing that would enable me to not have to do that????
Any light would be appreciated on this topic. cheers.