Calling javascript ().load() Issue
Hello
I'm new to the forums here and jquery actually,
I have a question pertaining to the use of ().load() function. I am loading new content into a div on my main index.php page but when I load the content none of the javascript functions work within it. When I use the script tag and include my common.js with in the separate php page that I am loading into the index.php div contetnt it reloads my common.js file again and again multiplying my normal javascript requests as I click on different links to change the div content.
How might I maintain my common.js across my main index.php and allow that one call of common.js effect sub loaded div content in my page.
Thanks
Jason Pinder