Server IP : 192.64.118.117 / Your IP : 18.222.143.148 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/wefixcredit.org/assets/js/app/ |
Upload File : |
jQuery(function($) { "use strict"; /*======================================= General =======================================*/ var xv_ww = $(window).width(); /*======================================= Parallax =======================================*/ if(xv_ww>=768){ $.stellar({ horizontalScrolling: false, verticalOffset: 0, responsive: true, }); $(window).bind('scroll', function(){ var $btn = $('.parallax'); if($(window).scrollTop() > ($btn.offset().top+$btn.height())) { $('.ctc_call_now_button').css({"opacity":"1"}); $(window).unbind('scroll'); } }); } else { $(window).bind('scroll', function(){ var $btn = $('.parallax'); if($(window).scrollTop() > ($btn.offset().top+$btn.height())) { $('.fixed-bottom-cta').css({"opacity":"1"}); $(window).unbind('scroll'); } }); } $('#customers-testimonials').owlCarousel( { loop: false, center: false, items: 3, pagination: false, margin: 30, autoplay: 10000, navigation:true, navigationText: ['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>'], autoplayTimeout: 10000, smartSpeed: 450, responsive: { 0: { items: 1 }, 768: { items: 2 }, 1170: { items: 3 } } }); $(document).on("click",".ctc_widget_button_tooltip_round", function () { $('.ctc_widget_button_tooltip').fadeOut('slow'); }); smoothScroll.init(); $(document).on('click', '.linkto', function(event){ event.preventDefault(); $('html, body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top }, 1000); }); });/*end ready*//*end require*/