⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.134
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
public_html
/
assets
/
admin
/
js
/
View File Name :
pb-car-custom.js
(function ($) { "use strict"; setInterval(function() { $('.project_slick').each(function() { if (!$(this).hasClass('applied')) { $(this).slick({ dots: false, arrows: true, infinite: true, speed: 300, centerMode: true, variableWidth: true, slidesToShow: 1, slidesToScroll: 1 }); $(this).addClass('applied'); } }); $('.testimonial_slide').each(function() { if (!$(this).hasClass('applied')) { $(this).slick({ dots: false, arrows: true, infinite: true, speed: 300, autoplay: false, slidesToShow: 2, slidesToScroll: 1, responsive: [ { breakpoint: 1100, settings: { slidesToShow: 1 } } ] }); $(this).addClass('applied'); } }); $('.counter').each(function() { if (!$(this).hasClass('applied')) { $(this).counterUp({ delay: 50, time: 2000 }); $(this).addClass('applied'); } }); // accordion collapse on button click $(".accordion .card-header button").on('click', function() { $(this).parents('.card-header').next().collapse("toggle"); }); }, 5000); }(jQuery));