Код: Выделить всё
$(function () {
$("#header").load("https://example.com/modules/header.html");
$("#footer").load("https://example.com/modules/footer.html");
});
Подробнее здесь: https://stackoverflow.com/questions/680 ... ource-code
Код: Выделить всё
$(function () {
$("#header").load("https://example.com/modules/header.html");
$("#footer").load("https://example.com/modules/footer.html");
});