File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/grpremium.com/js/custom.js
Back
(function($){ "use strict"; $(window).on('load', function () { $('#preloader').delay(350).fadeOut('slow'); $('body').delay(350).css({ 'overflow': 'visible' }); }) /*---- Bottom To Top Scroll Script ---*/ $(window).on('scroll', function() { var height = $(window).scrollTop(); if (height > 100) { $('#back2Top').fadeIn(); } else { $('#back2Top').fadeOut(); } }); $("#back2Top").on('click', function(event) { event.preventDefault(); $("html, body").animate({ scrollTop: 0 }, "slow"); return false; }); // Tooltip var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')) var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl) }) // Navigation ! function(n, e, i, a) { n.navigation = function(t, s) { var o = { responsive: !0, mobileBreakpoint:992, showDuration: 300, hideDuration: 300, showDelayDuration: 0, hideDelayDuration: 0, submenuTrigger: "hover", effect: "fade", submenuIndicator: !0, hideSubWhenGoOut: !0, visibleSubmenusOnMobile: !1, fixed: !1, overlay: !0, overlayColor: "rgba(0, 0, 0, 0.5)", hidden: !1, offCanvasSide: "left", onInit: function() {}, onShowOffCanvas: function() {}, onHideOffCanvas: function() {} }, u = this, r = Number.MAX_VALUE, d = 1, f = "click.nav touchstart.nav", l = "mouseenter.nav", c = "mouseleave.nav"; u.settings = {}; var t = (n(t), t); n(t).find(".nav-menus-wrapper").prepend("<span class='nav-menus-wrapper-close-button'>✕</span>"), n(t).find(".nav-search").length > 0 && n(t).find(".nav-search").find("form").prepend("<span class='nav-search-close-button'>✕</span>"), u.init = function() { u.settings = n.extend({}, o, s), "right" == u.settings.offCanvasSide && n(t).find(".nav-menus-wrapper").addClass("nav-menus-wrapper-right"), u.settings.hidden && (n(t).addClass("navigation-hidden"), u.settings.mobileBreakpoint = 99999), v(), u.settings.fixed && n(t).addClass("navigation-fixed"), n(t).find(".nav-toggle").on("click touchstart", function(n) { n.stopPropagation(), n.preventDefault(), u.showOffcanvas(), s !== a && u.callback("onShowOffCanvas") }), n(t).find(".nav-menus-wrapper-close-button").on("click touchstart", function() { u.hideOffcanvas(), s !== a && u.callback("onHideOffCanvas") }), n(t).find(".nav-search-button").on("click touchstart", function(n) { n.stopPropagation(), n.preventDefault(), u.toggleSearch() }), n(t).find(".nav-search-close-button").on("click touchstart", function() { u.toggleSearch() }), n(t).find(".megamenu-tabs").length > 0 && y(), n(e).resize(function() { m(), C() }), m(), s !== a && u.callback("onInit") }; var v = function() { n(t).find("li").each(function() { n(this).children(".nav-dropdown,.megamenu-panel").length > 0 && (n(this).children(".nav-dropdown,.megamenu-panel").addClass("nav-submenu"), u.settings.submenuIndicator && n(this).children("a").append("<span class='submenu-indicator'><span class='submenu-indicator-chevron'></span></span>")) }) }; u.showSubmenu = function(e, i) { g() > u.settings.mobileBreakpoint && n(t).find(".nav-search").find("form").slideUp(), "fade" == i ? n(e).children(".nav-submenu").stop(!0, !0).delay(u.settings.showDelayDuration).fadeIn(u.settings.showDuration) : n(e).children(".nav-submenu").stop(!0, !0).delay(u.settings.showDelayDuration).slideDown(u.settings.showDuration), n(e).addClass("nav-submenu-open") }, u.hideSubmenu = function(e, i) { "fade" == i ? n(e).find(".nav-submenu").stop(!0, !0).delay(u.settings.hideDelayDuration).fadeOut(u.settings.hideDuration) : n(e).find(".nav-submenu").stop(!0, !0).delay(u.settings.hideDelayDuration).slideUp(u.settings.hideDuration), n(e).removeClass("nav-submenu-open").find(".nav-submenu-open").removeClass("nav-submenu-open") }; var h = function() { n("body").addClass("no-scroll"), u.settings.overlay && (n(t).append("<div class='nav-overlay-panel'></div>"), n(t).find(".nav-overlay-panel").css("background-color", u.settings.overlayColor).fadeIn(300).on("click touchstart", function(n) { u.hideOffcanvas() })) }, p = function() { n("body").removeClass("no-scroll"), u.settings.overlay && n(t).find(".nav-overlay-panel").fadeOut(400, function() { n(this).remove() }) }; u.showOffcanvas = function() { h(), "left" == u.settings.offCanvasSide ? n(t).find(".nav-menus-wrapper").css("transition-property", "left").addClass("nav-menus-wrapper-open") : n(t).find(".nav-menus-wrapper").css("transition-property", "right").addClass("nav-menus-wrapper-open") }, u.hideOffcanvas = function() { n(t).find(".nav-menus-wrapper").removeClass("nav-menus-wrapper-open").on("webkitTransitionEnd moztransitionend transitionend oTransitionEnd", function() { n(t).find(".nav-menus-wrapper").css("transition-property", "none").off() }), p() }, u.toggleOffcanvas = function() { g() <= u.settings.mobileBreakpoint && (n(t).find(".nav-menus-wrapper").hasClass("nav-menus-wrapper-open") ? (u.hideOffcanvas(), s !== a && u.callback("onHideOffCanvas")) : (u.showOffcanvas(), s !== a && u.callback("onShowOffCanvas"))) }, u.toggleSearch = function() { "none" == n(t).find(".nav-search").find("form").css("display") ? (n(t).find(".nav-search").find("form").slideDown(), n(t).find(".nav-submenu").fadeOut(200)) : n(t).find(".nav-search").find("form").slideUp() }; var m = function() { u.settings.responsive ? (g() <= u.settings.mobileBreakpoint && r > u.settings.mobileBreakpoint && (n(t).addClass("navigation-portrait").removeClass("navigation-landscape"), D()), g() > u.settings.mobileBreakpoint && d <= u.settings.mobileBreakpoint && (n(t).addClass("navigation-landscape").removeClass("navigation-portrait"), k(), p(), u.hideOffcanvas()), r = g(), d = g()) : k() }, b = function() { n("body").on("click.body touchstart.body", function(e) { 0 === n(e.target).closest(".navigation").length && (n(t).find(".nav-submenu").fadeOut(), n(t).find(".nav-submenu-open").removeClass("nav-submenu-open"), n(t).find(".nav-search").find("form").slideUp()) }) }, g = function() { return e.innerWidth || i.documentElement.clientWidth || i.body.clientWidth }, w = function() { n(t).find(".nav-menu").find("li, a").off(f).off(l).off(c) }, C = function() { if (g() > u.settings.mobileBreakpoint) { var e = n(t).outerWidth(!0); n(t).find(".nav-menu").children("li").children(".nav-submenu").each(function() { n(this).parent().position().left + n(this).outerWidth() > e ? n(this).css("right", 0) : n(this).css("right", "auto") }) } }, y = function() { function e(e) { var i = n(e).children(".megamenu-tabs-nav").children("li"), a = n(e).children(".megamenu-tabs-pane"); n(i).on("click.tabs touchstart.tabs", function(e) { e.stopPropagation(), e.preventDefault(), n(i).removeClass("active"), n(this).addClass("active"), n(a).hide(0).removeClass("active"), n(a[n(this).index()]).show(0).addClass("active") }) } if (n(t).find(".megamenu-tabs").length > 0) for (var i = n(t).find(".megamenu-tabs"), a = 0; a < i.length; a++) e(i[a]) }, k = function() { w(), n(t).find(".nav-submenu").hide(0), navigator.userAgent.match(/Mobi/i) || navigator.maxTouchPoints > 0 || "click" == u.settings.submenuTrigger ? n(t).find(".nav-menu, .nav-dropdown").children("li").children("a").on(f, function(i) { if (u.hideSubmenu(n(this).parent("li").siblings("li"), u.settings.effect), n(this).closest(".nav-menu").siblings(".nav-menu").find(".nav-submenu").fadeOut(u.settings.hideDuration), n(this).siblings(".nav-submenu").length > 0) { if (i.stopPropagation(), i.preventDefault(), "none" == n(this).siblings(".nav-submenu").css("display")) return u.showSubmenu(n(this).parent("li"), u.settings.effect), C(), !1; if (u.hideSubmenu(n(this).parent("li"), u.settings.effect), "_blank" == n(this).attr("target") || "blank" == n(this).attr("target")) e.open(n(this).attr("href")); else { if ("#" == n(this).attr("href") || "" == n(this).attr("href")) return !1; e.location.href = n(this).attr("href") } } }) : n(t).find(".nav-menu").find("li").on(l, function() { u.showSubmenu(this, u.settings.effect), C() }).on(c, function() { u.hideSubmenu(this, u.settings.effect) }), u.settings.hideSubWhenGoOut && b() }, D = function() { w(), n(t).find(".nav-submenu").hide(0), u.settings.visibleSubmenusOnMobile ? n(t).find(".nav-submenu").show(0) : (n(t).find(".nav-submenu").hide(0), n(t).find(".submenu-indicator").removeClass("submenu-indicator-up"), u.settings.submenuIndicator ? n(t).find(".submenu-indicator").on(f, function(e) { return e.stopPropagation(), e.preventDefault(), u.hideSubmenu(n(this).parent("a").parent("li").siblings("li"), "slide"), u.hideSubmenu(n(this).closest(".nav-menu").siblings(".nav-menu").children("li"), "slide"), "none" == n(this).parent("a").siblings(".nav-submenu").css("display") ? (n(this).addClass("submenu-indicator-up"), n(this).parent("a").parent("li").siblings("li").find(".submenu-indicator").removeClass("submenu-indicator-up"), n(this).closest(".nav-menu").siblings(".nav-menu").find(".submenu-indicator").removeClass("submenu-indicator-up"), u.showSubmenu(n(this).parent("a").parent("li"), "slide"), !1) : (n(this).parent("a").parent("li").find(".submenu-indicator").removeClass("submenu-indicator-up"), void u.hideSubmenu(n(this).parent("a").parent("li"), "slide")) }) : k()) }; u.callback = function(n) { s[n] !== a && s[n].call(t) }, u.init() }, n.fn.navigation = function(e) { return this.each(function() { if (a === n(this).data("navigation")) { var i = new n.navigation(this, e); n(this).data("navigation", i) } }) } } (jQuery, window, document), $(document).ready(function() { $("#navigation").navigation() }); $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".header").addClass("header-fixed"); } else { $(".header").removeClass("header-fixed"); } }); // Script For Select Adult & Child Number $(function() { var guestAmount = $('#guestNo'); $('#cnt-up').on('click', function() { guestAmount.val(Math.min(parseInt($('#guestNo').val()) + 1, 20)); }); $('#cnt-down').on('click', function() { guestAmount.val(Math.max(parseInt($('#guestNo').val()) - 1, 1)); }); }); $(function() { var guestAmount = $('#kidsNo'); $('#kcnt-up').on('click', function() { guestAmount.val(Math.min(parseInt($('#kidsNo').val()) + 1, 20)); }); $('#kcnt-down').on('click', function() { guestAmount.val(Math.max(parseInt($('#kidsNo').val()) - 1, 0)); }); }); // Compare Slide $('.csm-trigger').on('click', function() { $('.compare-slide-menu').toggleClass('active'); }); $('.compare-button').on('click', function() { $('.compare-slide-menu').addClass('active'); }); // smart-textimonials $('#smart-textimonials').slick({ slidesToShow:3, infinite: true, arrows: false, autoplay:true, responsive: [ { breakpoint: 768, settings: { arrows: false, slidesToShow:2 } }, { breakpoint: 480, settings: { arrows: false, slidesToShow:1 } } ] }); // Property Slide $('.property-slide').slick({ slidesToShow:3, arrows: false, dots: true, autoplay:true, responsive: [ { breakpoint: 1024, settings: { arrows: false, slidesToShow:2 } }, { breakpoint: 600, settings: { arrows: false, slidesToShow:1 } } ] }); // slide-livok $('.slide-livok').slick({ slidesToShow:4, arrows: true, dots: false, autoplay:true, responsive: [ { breakpoint:1400, settings: { arrows: true, slidesToShow:3 } }, { breakpoint:1023, settings: { arrows: true, slidesToShow:2 } }, { breakpoint:800, settings: { arrows: true, slidesToShow:1 } } ] }); // location Slide $('.location-slide').slick({ slidesToShow:4, dots: true, arrows: false, autoplay:true, responsive: [ { breakpoint: 1024, settings: { arrows: false, slidesToShow:3 } }, { breakpoint: 600, settings: { arrows: false, slidesToShow:1 } } ] }); // Property Slide $('.team-slide').slick({ slidesToShow:4, arrows: false, autoplay:true, dots:true, responsive: [ { breakpoint: 1023, settings: { arrows: false, dots:true, slidesToShow:3 } }, { breakpoint: 768, settings: { arrows: false, slidesToShow:2 } }, { breakpoint: 480, settings: { arrows: false, slidesToShow:1 } } ] }); // Property Slide $('.featured-prt-slide').slick({ slidesToShow:4, arrows: true, autoplay:true, dots:false, responsive: [ { breakpoint:1600, settings: { arrows: true, dots:false, slidesToShow:3 } }, { breakpoint:1024, settings: { arrows: true, slidesToShow:2 } }, { breakpoint:767, settings: { arrows: true, slidesToShow:1 } } ] }); // Featured Slick Slider $('.featured_slick_gallery-slide').slick({ centerMode: true, infinite:true, centerPadding: '40px', slidesToShow:2, responsive: [ { breakpoint: 768, settings: { arrows:true, centerMode: true, centerPadding: '20px', slidesToShow:3 } }, { breakpoint: 480, settings: { arrows: false, centerMode: true, centerPadding: '20px', slidesToShow:1 } } ] }); // Slider $('.clior').slick({ slidesToShow:1, slidesToScroll: 1, arrows: false, autoplay:true, fade: true, dots:true, autoplaySpeed:4000, }); // Single Reviews $('.single-reviews').slick({ slidesToShow:1, slidesToScroll: 1, arrows: false, autoplay:true, fade: true, dots:false, autoplaySpeed:2000, }); // Range Slider Script $(".js-range-slider").ionRangeSlider({ type: "double", min: 0, max: 1000, from: 200, to: 500, grid: true }); // Select Bedrooms $('#bedrooms').select2({ placeholder: "Bedrooms", allowClear: true }); // Select Bathrooms $('#bathrooms').select2({ placeholder: "Bathrooms", allowClear: true }); // Select Property Types $('#ptypes').select2({ placeholder: "Show All", allowClear: true }); // Select Property Types $('#status').select2({ placeholder: "Show All", allowClear: true }); // specialisms $('#shorty').select2({ placeholder: "Show All", allowClear: true }); // Select Min price $('#minprice').select2({ placeholder: "No Min", allowClear: true }); // Select built $('#built').select2({ placeholder: "Year Built", allowClear: true }); // Select Max Price $('#maxprice').select2({ placeholder: "No Max", allowClear: true }); // Select Country $('#country').select2({ placeholder: "Country", allowClear: true }); // Select Town $('#town').select2({ placeholder: "City/Town", allowClear: true }); // Select Town $('#location').select2({ placeholder: "Shaow All", allowClear: true }); // Select Cities $('#cities').select2({ placeholder: "All Cities", allowClear: true }); // Select Status $('#status').select2({ placeholder: "Select Status", allowClear: true }); // Select Rooms $('#rooms').select2({ placeholder: "Choose Rooms", allowClear: true }); // Select Garage $('#garage').select2({ placeholder: "Choose Rooms", allowClear: true }); // Select Rooms $('#bage').select2({ placeholder: "Select An Option", allowClear: true }); // Choose Ratting $('#ratting').select2({ placeholder: "Choose Ratting", allowClear: true }); // Home Slider $('.home-slider').slick({ centerMode:false, slidesToShow:1, responsive: [ { breakpoint: 768, settings: { arrows:true, slidesToShow:1 } }, { breakpoint: 480, settings: { arrows: false, slidesToShow:1 } } ] }); $('.click').slick({ slidesToShow:1, slidesToScroll: 1, autoplay:true, dots:true, autoplaySpeed:4000, }); // Advance Single Slider $(function() { // Card's slider var $carousel = $('.slider-for'); $carousel .slick({ slidesToShow: 1, slidesToScroll: 1, arrows: false, fade: true, adaptiveHeight: true, asNavFor: '.slider-nav' }) .magnificPopup({ type: 'image', delegate: 'a:not(.slick-cloned)', closeOnContentClick: false, tLoading: 'Загрузка...', mainClass: 'mfp-zoom-in mfp-img-mobile', image: { verticalFit: true, tError: '<a href="%url%">Фото #%curr%</a> не загрузилось.' }, gallery: { enabled: true, navigateByImgClick: true, tCounter: '<span class="mfp-counter">%curr% из %total%</span>', // markup of counte preload: [0,1] // Will preload 0 - before current, and 1 after the current image }, zoom: { enabled: true, duration: 300 }, removalDelay: 300, //delay removal by X to allow out-animation callbacks: { open: function() { //overwrite default prev + next function. Add timeout for css3 crossfade animation $.magnificPopup.instance.next = function() { var self = this; self.wrap.removeClass('mfp-image-loaded'); setTimeout(function() { $.magnificPopup.proto.next.call(self); }, 120); }; $.magnificPopup.instance.prev = function() { var self = this; self.wrap.removeClass('mfp-image-loaded'); setTimeout(function() { $.magnificPopup.proto.prev.call(self); }, 120); }; var current = $carousel.slick('slickCurrentSlide'); $carousel.magnificPopup('goTo', current); }, imageLoadComplete: function() { var self = this; setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16); }, beforeClose: function() { $carousel.slick('slickGoTo', parseInt(this.index)); } } }); $('.slider-nav').slick({ slidesToShow:6, slidesToScroll:1, asNavFor: '.slider-for', dots: false, centerMode: false, focusOnSelect: true }); }); // Featured Slick Slider $('.featured-slick-slide').slick({ centerMode: true, centerPadding: '80px', slidesToShow:2, responsive: [ { breakpoint: 768, settings: { arrows:true, centerMode: true, centerPadding: '60px', slidesToShow:2 } }, { breakpoint: 480, settings: { arrows: false, centerMode: true, centerPadding: '40px', slidesToShow: 1 } } ] }); // MagnificPopup $('body').magnificPopup({ type: 'image', delegate: 'a.mfp-gallery', fixedContentPos: true, fixedBgPos: true, overflowY: 'auto', closeBtnInside: false, preloader: true, removalDelay: 0, mainClass: 'mfp-fade', gallery: { enabled: true } }); // fullwidth home slider function inlineCSS() { $(".home-slider .item").each(function() { var attrImageBG = $(this).attr('data-background-image'); var attrColorBG = $(this).attr('data-background-color'); if (attrImageBG !== undefined) { $(this).css('background-image', 'url(' + attrImageBG + ')'); } if (attrColorBG !== undefined) { $(this).css('background', '' + attrColorBG + ''); } }); } inlineCSS(); // Search Radio function searchTypeButtons() { $('.property-search-type label.active input[type="radio"]').prop('checked', true); var buttonWidth = $('.property-search-type label.active').width(); var arrowDist = $('.property-search-type label.active').position(); $('.property-search-type-arrow').css('left', arrowDist + (buttonWidth / 2)); $('.property-search-type label').on('change', function() { $('.property-search-type input[type="radio"]').parent('label').removeClass('active'); $('.property-search-type input[type="radio"]:checked').parent('label').addClass('active'); var buttonWidth = $('.property-search-type label.active').width(); var arrowDist = $('.property-search-type label.active').position().left; $('.property-search-type-arrow').css({ 'left': arrowDist + (buttonWidth / 1.7), 'transition': 'left 0.4s cubic-bezier(.95,-.41,.19,1.44)' }); }); } if ($(".hero-banner").length) { searchTypeButtons(); $(window).on('load resize', function() { searchTypeButtons(); }); } })(this.jQuery);
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings