Hi, I'm creating a page that loads content from another page using the JQuery load method. The problem I'm having now is that the content on the page I am loading from has Javascripts that it needs to run functionally. When I load that page,
.load('../WebSite/ReportSlide08.html', function() { $('#content').slideDown("slow"); }); none of the functionality of the Javascripts that are in that page work in Firefox. In IE7, the functionality of the Javascripts is seen. Any thoughts on why this is happening and how to fix it?