You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
355 B

//http://placehold.it/1920x1080
function OnLoadDefault(){
$(document).ready(function(e) {
$('#HTMLmenu').load('HTMLmenu.html',function(){
//
});
});
$(document).ready(function(e) {
$('#HTMLfooter').load('HTMLfooter.html',function(){
//
});
});
}
function OnLoadIndex(){
OnLoadDefault();
}