Hi,
i load an external page with
$('#myContainer').load('myfile.html');
in myfile.html theres an
<script type="text/javascript" src="otherscript.js"></script>
Some users report that the otherscript.js is not loaded... i've tested a all common browsers (firefox, ie 6/7, safari, opera etc.) - i cant figure out why this wont work...
an other think is... according to my firebug the browser wont cache the otherscript.js.. it loads with
otherscript.js?_=1234785
(timestamp here :) )
Anyone has an idea why some browsers doesnt support that and.. how can i enable that caching?
MFG Christopher