[jQuery] When Loading external HTML Content, the embedded JavaScript doesn´t work
Hi everyone,
I´d like to load an external html containing the jquery-accordion
menu, the menu itself works fine
$(document).ready(function(){
$("div#html").load("menu.htm");
return false;
});
<fieldset>
<legend>Loaded from an HTML File</legend>
<div id="html"></div>
</fieldset>
The problem is, the javascript files cannot be loaded, in contrast to
the css file which works.
I already tried to include the javascript files in the main page, also
found nothing suitable on the web and this mailing list.
Everything uploaded http://home.arcor.de/iljamod/
Check out the menu.htm and test.htm
Is it possible at all? Anything possbile using LiveQuery?
Thanks in advance, by the way a jquery newbie..