I have a menu that I will use on all pages, so I want to load the content:
I'm doing this:
<head>
<meta charset="utf-8">
<!-- This file has been downloaded from Bootsnipp.com. Enjoy! -->
<title> </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/estilo.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script><scriptsrc="./js/bootstrap.min.js"></script>
<link rel="icon" href="./favicon/favicon.png">
<script>
$("#menu").load("menusistema.html");
</script>
</head>
<body">
<div id="menu"></div>
</body>
You're not carrying anything, what could be wrong?