📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
pansiyonscripti.demodesign.com.tr
/
js
📝
custom.js
← Geri Dön
(function ($) { "use strict"; $(document).ready(function(){ /* Jquery Mobile Menu ============================*/ $('nav#main-menu').meanmenu({ meanScreenWidth: "767", meanMenuContainer: '.mobile-nav-menu', }); /* Why Choose Us Crousel ============================*/ $(".why-choose-all-inner").owlCarousel({ autoplay: true, pagination:false, nav:true, dots:false, margin:20, items :3, navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:2 }, 992:{ items:3 } } }); /* Service Crousel ============================*/ $("#all-service").owlCarousel({ autoplay: false, pagination:false, nav:false, dots:true, margin:20, items :3, navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:2 }, 992:{ items:3 } } }); /* Service Crousel ============================*/ $(".all-gallery").owlCarousel({ autoplay: false, pagination:false, nav:true, dots:true, items :3, navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:3 }, 992:{ items:4 } } }); /* Project Feed Back Crousel ============================*/ $(".project-feedback").owlCarousel({ autoplay: true, pagination:false, nav:false, dots:false, items :1, navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:1 }, 992:{ items:1 }, 1000:{ items:1 } } }); /* Testimonial Crousel ============================*/ $(".all-testimonial").owlCarousel({ autoplay: true, pagination:false, nav:false, navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], dots:true, items :3, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:2 }, 1000:{ items:3 } } }); /* Slider Crousel ============================*/ $(".all-slide").owlCarousel({ items: 1, nav: true, dots: true, autoplay: true, loop: true, navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], mouseDrag: false, touchDrag: false, }); $(".all-slide").on("translate.owl.carousel", function(){ $(".slider-text h1").removeClass("animated fadeInUp").css("opacity", "0"); $(".slider-text p").removeClass("animated fadeInDown").css("opacity", "0"); $(".slider-text ul").removeClass("animated fadeInDown").css("opacity", "0"); }); $(".all-slide").on("translated.owl.carousel", function(){ $(".slider-text h1").addClass("animated fadeInUp").css("opacity", "1"); $(".slider-text p").addClass("animated fadeInDown").css("opacity", "1"); $(".slider-text ul").addClass("animated fadeInDown").css("opacity", "1"); }); /* scrollUp ============================*/ $.scrollUp({ scrollText: '<i class="fa fa-long-arrow-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); /* Counter Js ============================*/ $('.counter').counterUp({ delay: 10, time: 1000 }); /* Stikey Js ============================*/ /* (function () { var nav = $('.hd-sec'); var scrolled = false; $(window).scroll(function () { if (120 < $(window).scrollTop() && !scrolled) { nav.addClass('sticky_menu animated fadeInDown').animate({ 'margin-top': '0px' }); scrolled = true; } if (120 > $(window).scrollTop() && scrolled) { nav.removeClass('sticky_menu animated fadeInDown').css('margin-top', '0px'); scrolled = false; } }); }()); */ /* Magnific Popup ============================*/ $('.gallery-photo').magnificPopup({ type: 'image', gallery: { enabled: true }, }); /* Magnific Video Popup ============================*/ $('.mfp-iframe').magnificPopup({ type: 'iframe' }); /* Project Gallery Js ============================*/ $(".gallery-container").imagesLoaded( function() { $(".gallery-container").isotope({ itemSelector: '.filtr-item', layoutMode: 'fitRows', }); $("ul.simplefilter li").on("click",function(){ $("ul.simplefilter li").removeClass("active"); $(this).addClass("active"); var selector = $(this).attr('data-filter'); $(".gallery-container").isotope({ filter: selector, animationOptions: { duration: 750, easing: 'linear', queue: false, } }); return false; }); }); /* Preeloader ============================*/ $(window).on("load", function() { $('#preloader').fadeOut(); $('#preloader-status').delay(200).fadeOut('slow'); $('body').delay(200).css({'overflow-x':'hidden'}); }); }); })(jQuery);
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula