Using jQuery from a loaded page
Hi Guys,
First post and looking for some advice.
I have a page where i have a jQuery function that loads an external html page into a certain div. This works fine and loads the html correctly into the div, the problem i have is that the jQuery functions that i have in the page Ive just loaded do not work within the main page. They work okay if i open that loaded html file on its own though.
im using load() to load the page.
I just wondered if there's something im missing when it comes to loading external pages.
Thanks guys
Dan.