Replace iFrame with jQuery load()

This commit is contained in:
Matthew Grove
2018-12-05 10:57:48 +00:00
parent 95683ad85b
commit 14798d797a
3 changed files with 7 additions and 110 deletions

View File

@@ -0,0 +1,6 @@
$(document).ready(function(){
// include navbar
$(".blog-insert").load("pages/blog.html", function(){
});
});