⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
skvinfotech.com1
/
js
/
View File Name :
anim.js
$(document).ready(function(){$(window).scroll(function(){if($(window).scrollTop()>=50){$(".menu").css({'backgroundColor':'#19376b',});}else{$(".menu").css({'background':'rgba(35, 61, 105, 0.75)',});}});loadGallery(true,'a.thumbnail');function disableButtons(counter_max,counter_current){$('#show-previous-image, #show-next-image').show();if(counter_max==counter_current){$('#show-next-image').hide();}else if(counter_current==1){$('#show-previous-image').hide();}}function loadGallery(setIDs,setClickAttr){var current_image,selector,counter=0;$('#show-next-image, #show-previous-image').click(function(){if($(this).attr('id')=='show-previous-image'){current_image--;}else{current_image++;}selector=$('[data-image-id="'+current_image+'"]');updateGallery(selector);});function updateGallery(selector){var $sel=selector;current_image=$sel.data('image-id');$('#image-gallery-caption').text($sel.data('caption'));$('#image-gallery-title').text($sel.data('title'));$('#image-gallery-image').attr('src',$sel.data('image'));disableButtons(counter,$sel.data('image-id'));}if(setIDs==true){$('[data-image-id]').each(function(){counter++;$(this).attr('data-image-id',counter);});}$(setClickAttr).on('click',function(){updateGallery($(this));});}new WOW().init();$('.menu .menu-ul>li>a').hover(function(){$('.drp_down').addClass('magictime tinDownIn');});});