|
|
@@ -4,13 +4,13 @@ $(".footer").load("../html/footer.html"); |
|
|
|
|
|
|
|
|
|
|
|
$(function () { |
|
|
|
var swiper = new Swiper(".mySwiper", { |
|
|
|
loop: true, |
|
|
|
autoplay: true, |
|
|
|
pagination: { |
|
|
|
el: ".swiper-pagination", |
|
|
|
}, |
|
|
|
}); |
|
|
|
// var swiper = new Swiper(".mySwiper", { |
|
|
|
// loop: true, |
|
|
|
// autoplay: true, |
|
|
|
// pagination: { |
|
|
|
// el: ".swiper-pagination", |
|
|
|
// }, |
|
|
|
// }); |
|
|
|
$("#home").click(function () { |
|
|
|
$("html,body").animate({ scrollTop: $(".concentrationBox").offset().top }, 1000) |
|
|
|
|
|
|
|