| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/khohangtieudung.vn/public_html/wp-content/themes/mtw-shop/ |
Upload File : |
<style type="text/css">
.back-to-top {
position: absolute;
right: 10px;
bottom: -35px;
font-size: 20px;
cursor: pointer;
height: 35px;
width: 35px;
line-height: 35px;
background-color: #f30;
color: #fff;
text-align: center;
border-radius: 50%;
}
.back-to-top.show {
position: fixed;
right: 10px;
bottom: 30px;
z-index: 999;
}
</style>
<div class="back-to-top"><i class="fa fa-arrow-circle-up"></i></div>
<script language="javascript">
backtotop();
function backtotop() {
if ($('.back-to-top').length) {
var scrollTrigger = 100,
backToTop = function () {
var scrollTop = $(window).scrollTop();
if (scrollTop > scrollTrigger) {
$('.back-to-top').addClass('show');
} else {
$('.back-to-top').removeClass('show');
}
};
backToTop();
$(window).on('scroll', function () {
backToTop();
});
$('.back-to-top').on('click', function (e) {
e.preventDefault();
$('html,body').animate({
scrollTop: 0
}, 700);
});
}
}
window.backtotop=backtotop;
</script>