Files
development-site/js/loader.js

4 lines
135 B
JavaScript

$( document ).ready( function () {
$( '#nav' ).load( '/modules/nav.html' );
$( '#footer' ).load( '/modules/footer.html' );
} );