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?

