[jQuery] $().load() can not load script in a page with IE
Weird, this works for me in IE6 on xp/sp2
test.html:
<html>
<script src="jquery-1.1.1.js">
</script>
<script>
$(document).ready(function() {
$("#load_here").load("test2.html");
});
</script>
<body>
<div id="load_here">
</div>
</body>
</html>
test2.html:
<html>
<body>
<script>
alert("Hello!!!");
</script>
<h1> Hello</h1>
</body>
</html>
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Thinker
Sent: donderdag 8 februari 2007 10:25
To: jQuery Discussion.
Subject: Re: [jQuery] $().load() can not load script in a page with IE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ronald Haring - Tripolis