Welcome Guest, Not a member yet? Register   Sign In
How to Add Dynamic Header and Footer
#12

Why do not you use ajax to load the content? Insert this script inside the head tags and the file should load.

<script>
$(function(){
$.ajax({
type: "GET",
url: "header/footer/header.html",
dataType: "html",
success: function(answer) {
$("body").append(answer);
},
error: function(){
alert("failed call!!!");
}
});
return false;
});
</script>

Omegle Bazoocam Chatrandom
Reply


Messages In This Thread
RE: How to Add Dynamic Header and Footer - by clarkegriffinx - 05-01-2021, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB