os ubuntu
Банально пытаюсь загрузить шаблон:
<head>
<meta charset="UTF-8">
<title>asd</title>
<script type="text/javascript" src="jquery-1.11.1.min.js"></script>
</head>
<body>
<script>
(function($,undefined){
$('body').load('page.html')
})(jQuery);
</script>
</body>
</html>
page.html
<div id="asd">
da
</div>
Но на выходе получаю
XMLHttpRequest cannot load
file:///home/kit-kat/........../asd/page.html.
Received an invalid response. Origin 'null' is therefore not allowed access.
Я в jquery не силен, но может проблема в хроме.