I'm trying to add a header, footer and all the script files. Firstly i want to load all the script files which is in another file right next to the tag, How to do this using jquery.
Similar for the header and footer also i want to load separately from a different file.
Thanks
$(document).ready(function(){
$("head title").load("../scriptincludes.html");
});
Here i'm trying to load a buch of scripts and css after the title tag, but what is happening is this is inserting within the title tag.