0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.33.130


Current Path : /var/www/website/bkmh/js/
Upload File :
Current File : /var/www/website/bkmh/js/1-main.js

jQuery(function($){
	
	$(document).ready(function() {
		
		jQuery('.counter-item').appear(function() {
			jQuery('.counter-number').countTo();
			jQuery(this).addClass('funcionando');
			console.log('funcionando');
		});
		
		var $window = $(window),
		$body = $('body');		
		
		$window.scroll(function(){
			$('#site-header-menu').removeClass('toggled-on');
		});
		
		$('#site-header-menu').scroll(function() {
			 $('#site-header-menu').addClass('toggled-on');
		});
		
	}); 
	
});