You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// back to top btn
|
|
$('.backtop-btn').click(function () {
|
|
$('html, body').animate({scrollTop: 0}, 'slow');
|
|
return false;
|
|
});
|
|
|
|
/* pre loader */
|
|
$('#preloader').delay(450).fadeOut('slow');
|
|
$('body').delay(450).css({'overflow': 'visible'});
|