None of my uses of jquery-include have worked with Chrome which has been during the last few months.
Contents of x.html
:
<!DOCTYPE html>
<head>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script type="text/javascript" src="jquery.include-2.3.js"></script>
</head>
<body>
<p>Contents of stuff.html: <span src="stuff.html"></span>.</p>
</body>
</html>
Contents of stuff.html
:
STUFF
For x.html
the result is as expected with Firefox:
Contents of stuff.html: STUFF .
whereas with Chrome the result is missing the contents of stuff.html
:
Contents of stuff.html: .
The current version used with this test is:
Google Chome 10.0.648.82 beta