zxf/js/main.js

7 lines
135 B
JavaScript
Raw Normal View History

2023-09-26 17:55:52 +08:00
$(function () {
2023-09-28 17:06:54 +08:00
$('.header').load('/common/header.html');
$('.footer').load('/common/footer.html');
2023-09-27 00:33:44 +08:00
new WOW().init();
2023-09-28 17:06:54 +08:00
});