Server IP : 192.64.118.117 / Your IP : 18.217.55.199 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/mobilecreationz.com/wp-content/themes/creditrepairII/js/ |
Upload File : |
// Template JS (function($) { /* ----------------------------------------------------------- */ /* Homeware Carousel /* ----------------------------------------------------------- */ $("#owl-testimonial").owlCarousel({ navigation : false, // Show next and prev buttons // navigationText: ["prev","next"], navigationText: [ "<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>" ], slideSpeed : 300, paginationSpeed : 400, autoPlay: true, items : 1, itemsDesktop:[1199,1], itemsDesktopSmall:[979,1], //As above. itemsTablet:[768,1], //As above. // itemsTablet:[640,2], itemsMobile:[479,1], //As above goToFirst: true, //Slide to first item if autoPlay reach end goToFirstSpeed:1000 }); jQuery(document).ready(function($) { $('#bolgs .row').children('.wow').eq(0).addClass('slideInLeft'); $('#bolgs .row').children('.wow').eq(1).addClass('slideInUp'); $('#bolgs .row').children('.wow').eq(2).addClass('slideInRight'); }); //Nav js jQuery(document).ready(function() { jQuery('nav.navbar.navbar-default .dropdown').hover(function() { jQuery(this).addClass("open"); }, function() { jQuery(this).removeClass("open"); }); }); })(window.jQuery);