X7ROOT File Manager
Current Path:
/home/softbdltd/circlglobal.com/public/js
home
/
softbdltd
/
circlglobal.com
/
public
/
js
/
??
..
??
bootstrap.min.js
(58.61 KB)
??
custom.js
(4.51 KB)
??
jquery-2.2.4.min.js
(83.58 KB)
??
jquery-ui.min.js
(247.73 KB)
??
jquery.collapse.js
(4.67 KB)
??
jquery.counterup.min.js
(1.05 KB)
??
jquery.filterizr.min.js
(21.31 KB)
??
jquery.magnific-popup.min.js
(19.75 KB)
??
jquery.meanmenu.js
(11.45 KB)
??
ltr.js
(3.96 KB)
??
owl.carousel.min.js
(41.77 KB)
??
popper.min.js
(20.26 KB)
??
rtl.js
(4.08 KB)
??
toastr.min.js
(5.41 KB)
??
viewportchecker.js
(2.58 KB)
??
waypoints.min.js
(7.86 KB)
Editing: custom.js
(function ($) { "use strict"; // mobile menu $('.main-menu').meanmenu({ meanScreenWidth: 991 }); // StickyHeader function stickyHeader() { var strickyScrollPos = $('#strickymenu').next().offset().top; if ($('#strickymenu').length) { if ($(window).scrollTop() > strickyScrollPos) { $('#strickymenu').addClass('sticky'); $('body').addClass('sticky'); } else if ($(window).scrollTop() <= strickyScrollPos) { $('#strickymenu').removeClass('sticky'); $('body').removeClass('sticky'); } }; } $(window).on('scroll', function () { stickyHeader(); }); //Search $('.input-search').hide(); $('.search-button').on('click', function () { $('.input-search').fadeToggle(); }); $('.slide-carousel').on('translate.owl.carousel', function () { $('.text-animated h1').removeClass('fadeInDown animated').hide(); $('.text-animated p').removeClass('fadeInUp animated').hide(); $('.text-animated li').removeClass('fadeInUp animated').hide(); }); $('.slide-carousel').on('translated.owl.carousel', function () { $('.text-animated h1').addClass('fadeInDown animated').show(); $('.text-animated p').addClass('fadeInUp animated').show(); $('.text-animated li').addClass('fadeInUp animated').show(); }); // Testimonial-Page $('.testimonial-owl-page').owlCarousel({ loop: true, autoplay: true, autoplayHoverPause: true, autoplaySpeed: 1500, smartSpeed: 1500, margin: 30, nav: true, navText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"], responsive: { 0: { items: 1 }, 768: { items: 2 }, 992: { items: 3 } } }); // Single-Product $('.product-carousel').owlCarousel({ loop: true, autoplay: true, autoplayHoverPause: true, autoplaySpeed: 1500, smartSpeed: 1500, animateIn: 'fadeIn', animateOut: 'fadeOut', margin: 25, nav: true, navText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"], responsive: { 0: { items: 1 }, 576: { items: 1 }, 992: { items: 1 } } }); // About-Us $('.about-carousel').owlCarousel({ loop: true, autoplay: true, autoplayHoverPause: true, autoplaySpeed: 1500, smartSpeed: 1500, animateIn: 'fadeIn', animateOut: 'fadeOut', margin: 25, nav: true, navText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"], responsive: { 0: { items: 1 }, 576: { items: 1 }, 992: { items: 1 } } }); // Recent Product $('.owlproduct-carousel').owlCarousel({ loop: true, autoplay: true, autoplayHoverPause: true, autoplaySpeed: 1500, smartSpeed: 1500, margin: 25, nav: true, navText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"], responsive: { 0: { items: 1 }, 576: { items: 2 }, 768: { items: 3 }, 1200: { items: 4 } } }); //DatePicker $( "#datepicker" ).datepicker({ dateFormat: 'dd/mm/yy', changeMonth: true, changeYear: true }); // filter-price $("#range-bar").slider({ range: true, min: 5, max: 1500, values: [240, 960], slide: function (event, ui) { $("#range-show").html(ui.values[0] + '$' + '-' + ui.values[1] + '$'); } }); $("#range-show").html($("#range-bar").slider('values', 0) + '$' + '-' + $("#range-bar").slider('values', 1) + '$'); // Spinner $("#shop_spinner").spinner({ min: 1 }); // Magnific Popup $('.magnific').magnificPopup({ type: 'image' }); // Scroll-Top $(".scroll-top").hide(); $(window).on("scroll", function () { if ($(this).scrollTop() > 300) { $(".scroll-top").fadeIn(); } else { $(".scroll-top").fadeOut(); } }); $(".scroll-top").on("click", function () { $("html, body").animate({ scrollTop: 0, }, 700) }); // Preloader $(window).on('load', function () { $('#preloader').fadeOut(); $('#preloader-status').delay(250).fadeOut('slow'); $('body').delay(250).css({ 'overflow-x': 'hidden' }); }); // Filtr-Menu $('.filtr-container').filterizr(); // Filtering section nav $('#filtrnav li').on('click', function() { $('.filtr').removeClass('filtr-active'); $(this).addClass('filtr-active'); var filter = $(this).data('fltr'); filtrnav.filterizr('filter', filter); }); // Counter $('.counter').counterUp({ delay: 10, time: 1000 }); })(jQuery);
Upload File
Create Folder