For school we have to make a site. That site has to run from a local file by opening the index.html. I am using:
<script type="text/javascript">
$("#navbar").load("SideBar.html");
</script>
To get a sidebar. The problem is that I get the XMLHTTPREQUEST error on Chrome, on safari it works perfectly. The teacher does not allow to use a webserver. What can I do so that my teacher is able to run my site without a webserver?