Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/www/templates/bizone/js/ |
Upload File : |
jQuery(function($) {'use strict',
//Window Loaded Handler
$(window).load(function(){'use strict';
$(".loader").fadeOut("slow");
});
// =========================================================================
// Back to Top
// =========================================================================
if ($('.go-top').length) {
var scrollTrigger = 100, // px
backToTop = function () {
var scrollTop = $(window).scrollTop();
if (scrollTop > scrollTrigger) {
$('.go-top').addClass('show');
} else {
$('.go-top').removeClass('show');
}
};
backToTop();
$(window).on('scroll', function () {
backToTop();
});
$('.go-top').on('click', function (e) {
e.preventDefault();
$('html,body').animate({
scrollTop: 0
}, 700);
});
}
//Change Diffrent Logos on Nav
jQuery(window).scroll(function() {
if (jQuery(window).scrollTop() >= 25) {
jQuery("a.bizone-logo img").attr("src", jQuery("a.bizone-logo img").attr("data-sticky"));
} else {
jQuery("a.bizone-logo img").attr("src", jQuery("a.bizone-logo img").attr("data-default"));
}
});
// Scroll One Page Menu
$('a.page-scroll, .cbp-spmenu a').on('click', function(event){
console.log("click");
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1200, 'easeInOutExpo');
event.preventDefault();
if(!$("#main-navigation").hasClass("index5")){
$('#navigation').affix({offset: {top: 50} });
}
});
// Submenu
var menu_timeout;
$('ul.navbar-nav li.parent.dropdown').hover(
function(){
var me=$(this);
menu_timeout=window.setTimeout(function(){
me.children('ul').slideDown();
},300);
},
function(){
var me=$(this);
window.clearTimeout(menu_timeout);
me.children('ul').slideUp();
}
);
//Facts Counters Home Page
$(".number-counters").appear(function () {
$(".number-counters [data-to]").each(function () {
var e = $(this).attr("data-to");
$(this).delay(6e3).countTo({
from: 50,
to: e,
speed: 3e3,
refreshInterval: 50
})
})
});
//FOr Circular Progress show
$('.some').appear(function () {
$('.myStat2').circliful()
});
//For Testinomial
$("#testinomial-slider").owlCarousel({
autoPlay : true,
navigation : true,
slideSpeed : 250,
pagination : false,
navigationText :["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],
singleItem:true
});
//For Publication Section(Home Page)
$("#publication-slider").owlCarousel({
autoPlay: true,
pagination : false,
navigationText :["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"],
navigation : true,
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
//Paralax Page Slider
var owl = $("#paralax-slider");
owl.owlCarousel({
autoPlay: 3000,
navigation : false,
singleItem : true,
transitionStyle : "fade"
});
// portfolio filtering
$(".project-wrapper").mixItUp();
// Popup
$(".fancybox").fancybox({
openEffect : 'fade',
closeClick : true,
helpers : {
media : {}
}
});
//Video Popup
$('.fancybox-media').fancybox({
openEffect : 'fade',
closeEffect : 'none',
helpers : {
media : {}
}
});
//Push Menu on click
$('.toggle-menu').jPushMenu();
$(document).on('click', function () {
$('.cbp-spmenu-right').removeClass('menu-open');
});
$('#menu-toggle').on('click', function (e) {
e.stopPropagation();
$('.cbp-spmenu-right').toggleClass('menu-open');
});
$('.cbp-spmenu-right').on('click', function (e) {
e.stopPropagation();
});
//Parallax effects
$('#bg-paralax ').parallax("50%", 0.3);
$('#testinomial').parallax("50%", 0.2);
$('.text-rotator').parallax("50%", 0.2);
//Initiat WOW JS
new WOW().init();
if($("ul.blue-social").length ){
$("ul.blue-social a").jqSocialSharer();
}
});
if(screen.width <720 ){
$('div, img, input, textarea, button, a').removeClass('wow'); // to remove transition
}