Replace iFrame with jQuery load()
This commit is contained in:
6
computer-science-blog/scripts/home.js
Normal file
6
computer-science-blog/scripts/home.js
Normal file
@@ -0,0 +1,6 @@
|
||||
$(document).ready(function(){
|
||||
// include navbar
|
||||
$(".blog-insert").load("pages/blog.html", function(){
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user