One Hat Cyber Team
Your IP :
216.73.216.126
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
public
/
assets
/
front
/
user
/
js
/
View File Name :
vcard.js
'use strict'; function showSnackbar(message) { var x = document.getElementById("snackbar"); x.className = "show"; x.innerHTML = message; setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); } (function($) { //===== Prealoder $(window).on('load', function(event) { $('.preloader').delay(500).fadeOut('500'); }) // MagnificPopup js $(".img-popup").magnificPopup({ type: "image", gallery: { enabled: true } }); // Slick Slider js var sliderArrows = $('.portfolio-arrows'); $('.portfolio-slider-one').slick({ dots: false, arrows: true, infinite: true, autoplaySpeed: 2500, autoplay: false, appendArrows: sliderArrows, slidesToShow: 1, slidesToScroll: 1, prevArrow: '<div class="prev"><i class="fas fa-chevron-left"></i></div>', nextArrow: '<div class="next"><i class="fas fa-chevron-right"></i></div>', rtl: dir == 2 ? true : false }); var sliderArrows = $('.testimonial-arrows'); $('.testimonial-slider-one').slick({ dots: false, arrows: true, infinite: true, autoplaySpeed: 2000, autoplay: false, appendArrows: sliderArrows, slidesToShow: 1, slidesToScroll: 1, prevArrow: '<div class="prev"><i class="fas fa-chevron-left"></i></div>', nextArrow: '<div class="next"><i class="fas fa-chevron-right"></i></div>', rtl: dir == 2 ? true : false }); if ($('#projectDetails').length > 0) { $('#projectDetails').on('show.bs.modal', function (event) { var button = $(event.relatedTarget) var details = button.data('details') var modal = $(this) modal.find('.modal-body').text(details) }); } // lazy load init var lazyLoadInstance = new LazyLoad(); })(window.jQuery);