test main.js
This commit is contained in:
parent
5891756a75
commit
314c939b48
@ -0,0 +1,4 @@
|
|||||||
|
$(document).ready(function(){
|
||||||
|
$("#header").load("../Views/header.html");
|
||||||
|
$("#footer").load("../Views/footer.html");
|
||||||
|
});
|
||||||
@ -28,9 +28,3 @@
|
|||||||
<script src="Lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
|
<script src="Lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<script>
|
|
||||||
$(document).ready(function(){
|
|
||||||
$("#header").load("Views/header.html");
|
|
||||||
$("#footer").load("Views/footer.html");
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user