I am trying to run some ajax with jquery that is simply calling an
HTML (PHP) file that also has some Javascript in it. In Firefox the JS
gets executed but in Safari only the HTML is rendered. How can I get
Safari to execute the Javascript within the page I am calling? The JS
contained in the script works fine in FF but  $.get("includes/shc/
p2.php", function(data){$("#p2Div").html(data);}); Doesn't work in
Safari, the JS that is. Any ideas?

Thanks,
Michael

Reply via email to