$(function() { /*$("img.lazy").lazyload();*/ var SPMaskBehavior = function (val) { return val.replace(/\D/g, '').length === 11 ? '(00) 00000-0000' : '(00) 0000-00009'; }, spOptions = { onKeyPress: function(val, e, field, options) { field.mask(SPMaskBehavior.apply({}, arguments), options); } }; $('#contact_phone').mask(SPMaskBehavior, spOptions); $("#menu-home").click(function() { $('html, body').animate({ scrollTop: 0 }, 1500); }); $("#menu-quem-somos").click(function() { $('html, body').animate({ scrollTop: eval($("#quemsomos").offset().top -80) }, 1500); }); $("#menu-seguros").click(function() { $('html, body').animate({ scrollTop: eval($("#seguros").offset().top -60) }, 1500); }); $("#menu-assistencia24h").click(function() { $('html, body').animate({ scrollTop: eval($("#assistencia24h").offset().top -60) }, 1500); }); $("#menu-contato").click(function() { $('html, body').animate({ scrollTop: eval($("#contato").offset().top -90) }, 1500); }); $('.flexslider').flexslider({ animation: "slide", slideshowSpeed: 5000, pauseOnHover: true, pauseOnAction: true, animationLoop: true, useCSS: true, touch: true, }); var navMain = $(".navbar-collapse"); navMain.on("click", "a", null, function () { navMain.collapse('hide'); }); /*$('#acesse-portal').click(function(){ window.open("https://www.gruposind.com", "_blank"); });*/ /*$(window).scroll( function(){ if ($(this).scrollTop() >= 500) { $('.counter-value').each(function() { var $this = $(this), countTo = $this.attr('data-count'); $({ countNum: $this.text()}).animate({ countNum: countTo }, { duration: 2000, easing:'linear', step: function() { $this.text(Math.floor(this.countNum)); }, complete: function() { $this.text(this.countNum); //alert('finished'); } }); }); } });*/ });