<script src="jquery.js"></script>
<script>
function loadContent() {
$("#includedContent").load("../Projects/menu.html"); // Not working
}
</script>
<div id="includedContent"></div>
<script>
loadContent()
</script>
Asked
Active
Viewed 2,120 times
0
-
Look at this: http://stackoverflow.com/questions/10605200/load-and-relative-paths – Matthijs Aug 13 '13 at 07:53