form the docs: "Note: Avoid to use this to load scripts, instead use $.getScript. IE strips script tags when there aren't any other characters in front of it."
Also, it doesn't seem like you have a callback or anything that calls the code that gets loaded into the dom. unless I'm missing something. On 10/5/07, Phunky <[EMAIL PROTECTED]> wrote: > > Im trying to call a page via AJAX with jQuery which is then printing > out a bunch of JS for a GoogleMap im using > > ("#map").load("/ajax/googleMap.php", {referral_id: $ > ("#map").attr("title")}); > > To load the page, but it ignore's the printed out JS. > > Im i going about this the right way? I'm guessing that becuase the > page is already loaded its ignoring the printed JS? > > -- "Coffee should be black as Hell, strong as death, and sweet as love." ~ Turkish Proverb