This seems to be a problem related to Safari only. I\'ve tried 4 on Mac and 3 on Windows and am still having no luck.
I\'m trying to load an external HTML file and
You've almost got it. Tell jquery you want to load only the script:
$("#myBtn").click(function() { $("#myDiv").load("trackingCode.html script"); });