$(window).load(function() { $(".loading").delay(300).fadeOut(); $(".animationload").delay(600).fadeOut("slow"); $("a[rel^='prettyPhoto']").prettyPhoto({ ie6_fallback: true, theme: 'lightbox' }); $("img").addClass("img-responsive lazyload"); $('.cookie-notice-container a').removeClass("button"); $('.textTopHeight').matchHeight(); $('.textHeight').matchHeight(); $('.equalHeight').matchHeight(); $(".equalheightMap").matchHeight(); var owlwidth = $('.soluzioni .owl-wrapper-outer').width(); $('.soluzioni .owl-item').css('width', owlwidth); }); $(document).ready(function () { $('.elements').addClass("wow fadeIn"); $(".tools .navbar-right li a").text(function() { return $(this).text().replace("zh-hans", "中文"); }); /*$('.elements').addClass("hidden").viewportChecker({ classToAdd: 'visible animated fadeIn', // Class to add to the elements when they are visible classToRemove: 'hidden', offset: 100 }); */ //$('.wpb_map_wraper').addClass('equalheight'); $(".imgLiquidFill").imgLiquid(); var padding = $('.wpb_map_wraper').height(); //$('.wpb_map_wraper iframe').css('padding-bottom', padding); // Scroll Bar --------------------------------------------------- $('body').niceScroll({ cursoropacitymin: 0, cursorwidth: 10, cursorborder : 0, cursorborderradius : '6px', horizrailenabled : false, scrollspeed : 60, zindex: 9999, cursorcolor:"#878787", mousescrollstep : 60 }); // Trimming white space $('p').filter(function () { return $.trim(this.innerHTML) == "" }).remove(); // Without trimming white space $('p').filter(function () { return this.innerHTML == "" }).remove(); $(".galleria a").attr("rel", "prettyPhoto[gallery]"); $(".prettyphoto a").attr("rel", "prettyPhoto"); $(document).on('a[href="#"],a[href=""]', blankLinkHandler); function blankLinkHandler(e) { e.preventDefault(); } }); wow = new WOW({ animateClass: 'animated', offset: 100 }); wow.init();