add block of html code at the beginning and end of the page with jquery

0

I have a web made with php where I have a header.php (which contains the header but also the head of the web) and I import it into each of the other .php files
Now I am trying to do the same web but using php only for ajax and I would also like to be able to import the start of the document (styles and some script that needs to be loaded at the beginning) and the end of the document (the rest of the scripts) with jQuery.
I hope to have been clear with what I'm looking for

    
asked by Pablo 22.11.2018 в 22:33
source

0 answers