26 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
add-form.js — 10.35 KB
2025-02-01 13:56 · rw-r--r--
10.35 KB 2025-02-01 13:56 rw-r--r--
aos.js — 13.91 KB
2025-02-01 13:56 · rw-r--r--
13.91 KB 2025-02-01 13:56 rw-r--r--
bootstrap.bundle.js — 203.07 KB
2025-02-01 13:56 · rw-r--r--
203.07 KB 2025-02-01 13:56 rw-r--r--
clock.js — 1.19 KB
2025-02-01 13:56 · rw-r--r--
1.19 KB 2025-02-01 13:56 rw-r--r--
custom.js — 22.68 KB
2025-02-01 13:56 · rw-r--r--
22.68 KB 2025-02-01 13:56 rw-r--r--
embed.min.js — 8.68 KB
2025-02-01 13:56 · rw-r--r--
8.68 KB 2025-02-01 13:56 rw-r--r--
form-dropdown.js — 2.13 KB
2025-02-01 13:56 · rw-r--r--
2.13 KB 2025-02-01 13:56 rw-r--r--
gallery-popup.js — 610 B
2025-02-01 13:56 · rw-r--r--
610 B 2025-02-01 13:56 rw-r--r--
jquery-3.6.0.min.js — 87.4 KB
2025-02-01 13:56 · rw-r--r--
87.4 KB 2025-02-01 13:56 rw-r--r--
jquery.counterup.min.js — 1.04 KB
2025-02-01 13:56 · rw-r--r--
1.04 KB 2025-02-01 13:56 rw-r--r--
jquery.magnific-popup.min.js — 19.74 KB
2025-02-01 13:56 · rw-r--r--
19.74 KB 2025-02-01 13:56 rw-r--r--
jquery.meanmenu.js — 4.38 KB
2025-02-01 13:56 · rw-r--r--
4.38 KB 2025-02-01 13:56 rw-r--r--
jquery.min.js — 82.38 KB
2025-02-01 13:56 · rw-r--r--
82.38 KB 2025-02-01 13:56 rw-r--r--
nouislider.min.js — 22.83 KB
2025-02-01 13:56 · rw-r--r--
22.83 KB 2025-02-01 13:56 rw-r--r--
owl.carousel.min.js — 43.3 KB
2025-02-01 13:56 · rw-r--r--
43.3 KB 2025-02-01 13:56 rw-r--r--
payment-form.js — 278 B
2025-02-01 13:56 · rw-r--r--
278 B 2025-02-01 13:56 rw-r--r--
script.js — 2.32 KB
2025-02-01 13:56 · rw-r--r--
2.32 KB 2025-02-01 13:56 rw-r--r--
slick-slider.js — 295 B
2025-02-01 13:56 · rw-r--r--
295 B 2025-02-01 13:56 rw-r--r--
slick.min.js — 41.86 KB
2025-02-01 13:56 · rw-r--r--
41.86 KB 2025-02-01 13:56 rw-r--r--
slider.js — 9 KB
2025-02-01 13:56 · rw-r--r--
9 KB 2025-02-01 13:56 rw-r--r--
sweetalert.min.js — 39.85 KB
2025-02-01 13:56 · rw-r--r--
39.85 KB 2025-02-01 13:56 rw-r--r--
swiper-bundle-min.js — 233.5 KB
2025-02-01 13:56 · rw-r--r--
233.5 KB 2025-02-01 13:56 rw-r--r--
video.js — 242 B
2025-02-01 13:56 · rw-r--r--
242 B 2025-02-01 13:56 rw-r--r--
waypoints.min.js — 7.86 KB
2025-02-01 13:56 · rw-r--r--
7.86 KB 2025-02-01 13:56 rw-r--r--
wNumb.js — 8.58 KB
2025-02-01 13:56 · rw-r--r--
8.58 KB 2025-02-01 13:56 rw-r--r--
wow.min.js — 7.96 KB
2025-02-01 13:56 · rw-r--r--
7.96 KB 2025-02-01 13:56 rw-r--r--
ONLINE
js
26 items
10:58:13
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
(function ($) { "use strict"; $(window).on('scroll', function () { if ($(this).scrollTop() > 10) { $('.navbar-area').addClass("is-sticky"); } else { $('.navbar-area').removeClass("is-sticky"); } }); $(function () { $(window).on('scroll', function () { var scrolled = $(window).scrollTop(); if (scrolled > 600) $('.go-top').addClass('active'); if (scrolled < 600) $('.go-top').removeClass('active'); }); $('.go-top').on('click', function () { $("html, body").animate({ scrollTop: "0" }, 500); }); }); jQuery('.mean-menu').meanmenu({ meanScreenWidth: "1199" }); $(".others-option-for-responsive .dot-menu").on("click", function () { $(".others-option-for-responsive .container .container").toggleClass("active"); }); $(".others-options .search-box").on("click", function () { $(".search-overlay").toggleClass("search-overlay-active"); }); $(".search-overlay-close").on("click", function () { $(".search-overlay").removeClass("search-overlay-active"); }); $(".language-option").each(function () { var each = $(this) each.find(".lang-name").html(each.find(".language-dropdown-menu a:nth-child(1)").text()); var allOptions = $(".language-dropdown-menu").children('a'); each.find(".language-dropdown-menu").on("click", "a", function () { allOptions.removeClass('selected'); $(this).addClass('selected'); $(this).closest(".language-option").find(".lang-name").html($(this).text()); }); }) // wow js new WOW().init(); // Banner Slider $('.home_two_banner_slider_wrapper').owlCarousel({ loop: true, autoplay: false, autoplayTimeout: 4000, animateOut: 'slideOutLeft', dots: false, nav: true, navText: ["", ""], responsive: { 0: { items: 1 }, 360: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); // home six banner slider $('.home_six_banner_slider_wrapper').owlCarousel({ loop: true, autoplay: false, autoplayTimeout: 4000, animateOut: 'slideOutLeft', dots: true, nav: true, navText: ["", ""], responsive: { 0: { items: 1 }, 360: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); // Banner ten Slider $('.home_ten_banner_slider_wrapper').owlCarousel({ loop: true, autoplay: true, autoplayTimeout: 4000, smartSpeed: 1000, navText: ["", ""], dots: false, nav: true, responsive: { 0: { items: 1 }, 360: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); // Service Slider $('.promotional_tour_slider').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Trending Slider $('.Trending_tour_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Popular Hotels Slider $('.Popular_hotels_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Home TWo Client Slider $('.home_two_client_slider').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 0, nav: false, responsive: { 0: { items: 1, }, 768: { items: 1, }, 992: { items: 1, }, 1200: { items: 1 } } }); // three_offer_slider $('.three_offer_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Best Offer $('.best_offers_four_item_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Tour Type Slider $('.tour_type_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 5 } } }); // Home Four Popular Slider $('.popular_tours_four_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // Home Four Top Details Slider $('.top_details_four_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 2, }, 1399: { items: 2 }, 1400: { items: 3 } } }); // Home Four Testimonials Slider $('.testimonials_slider_four_wrapper').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: false, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 1, }, 992: { items: 1, }, 1399: { items: 1, }, 1400: { items: 1 } } }); // partner_slider_area Slider $('.partner_slider_area').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: false, responsive: { 0: { items: 2, }, 768: { items: 4, }, 992: { items: 4, }, 1200: { items: 8 } } }); // partner_slider_area_twelve Slider $('.partner_slider_area_twelve').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: true, navText: ["", ""], responsive: { 0: { items: 2, }, 768: { items: 4, }, 992: { items: 4, }, 1200: { items: 8 } } }); // Home-five nearby destination slider $('.destination_five_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // Home-six top tour slider $('.top_tour_six_slider').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // Home-eleven top tour slider $('.top_tour_eleven_slider').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // Home-six news slider $('.home_six_news_slider_wrapper').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 800: { items: 2, }, 1200: { items: 3, } } }); // home six testimonial area $('.testimonial-slider-wrapper').owlCarousel({ loop: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, dots: true, nav: false, responsiveClass: true, responsive: { 0: { items: 1, }, 600: { items: 1, }, 1000: { items: 1, } } }); // home seven trending tour area $('.trending_tour_seven_slider').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // home seven client feedback slider $('.client_feedback_slider').owlCarousel({ loop: true, autoplayHoverPause: true, autoplay: false, smartSpeed: 1000, dots: true, margin: 30, nav: false, responsiveClass: true, responsive: { 0: { items: 1, }, 800: { items: 2, }, 1200: { items: 3, } } }); // home eight popular destination slider $('.popular_tours_eight_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // home ten country slider $('.country_slider_wrapper').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); // home ten immigration_slider $('.immigration_slider_wrapper').owlCarousel({ loop: true, dots: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: false, responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 3 }, 1400: { items: 4 } } }); //home eleven testimonial Slider $('.testimonial_eleven_slider_wrapper').owlCarousel({ loop: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, dots: false, nav: true, responsiveClass: true, navText: [ "", "" ], responsive: { 0: { items: 1, }, 600: { items: 1, }, 1000: { items: 1, } } }); // testimonial_thirteen_slider_wrapper $('.testimonial_thirteen_slider_wrapper').owlCarousel({ loop: true, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, dots: false, nav: true, responsiveClass: true, navText: [ "", "" ], responsive: { 0: { items: 1, }, 600: { items: 1, }, 1000: { items: 1, } } }); // home twelve country slider $('.top_country_slider_wrapper').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 30, nav: true, navText: [ "", "" ], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1399: { items: 4, }, 1400: { items: 6 } } }); // home fourteen tour category slider $('.tour_category_fourteen_slider').owlCarousel({ loop: true, dots: false, autoplayHoverPause: true, autoplay: true, smartSpeed: 1000, margin: 10, nav: true, navText: ["", ""], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 3, }, 1200: { items: 4 } } }); // Slider For category pages / filter price if (typeof noUiSlider === 'object') { var priceSlider = document.getElementById('price-slider'); // Check if #price-slider elem is exists if not return // to prevent error logs if (priceSlider == null) return; noUiSlider.create(priceSlider, { start: [0, 750], connect: true, step: 50, margin: 200, range: { 'min': 0, 'max': 1000 }, tooltips: true, format: wNumb({ decimals: 0, prefix: '$' }) }); } }(jQuery)); $(document).ready(function () { $('#dashboard_dropdowns').on('click', (function () { $('#show_dropdown_item').slideToggle("slow"); }) ) }); // OTP Input document.querySelectorAll(".otSc").forEach(function (otpEl) { otpEl.addEventListener("keyup", backSp); otpEl.addEventListener("keypress", function () { var nexEl = this.nextElementSibling; nexEl.focus(); }); }) function backSp(backKey) { if (backKey.keyCode == 8) { var prev = this.previousElementSibling.focus() } } jQuery(window).on('load', function () { jQuery(".preloader").fadeOut(500); }); //Active Class const navLinkEls = document.querySelectorAll('.nav-item a'); const windowPathname = window.location.pathname; navLinkEls.forEach(navLinkEl => { const navLinkPathname = new URL(navLinkEl.href).pathname; if ((windowPathname === navLinkPathname) || (windowPathname === '/index.html' && navLinkPathname === '/')){ navLinkEl.classList.add('active'); } }); //Text Type Animation var TxtType = function(el, toRotate, period) { this.toRotate = toRotate; this.el = el; this.loopNum = 0; this.period = parseInt(period, 10) || 2000; this.txt = ''; this.tick(); this.isDeleting = false; }; TxtType.prototype.tick = function() { var i = this.loopNum % this.toRotate.length; var fullTxt = this.toRotate[i]; if (this.isDeleting) { this.txt = fullTxt.substring(0, this.txt.length - 1); } else { this.txt = fullTxt.substring(0, this.txt.length + 1); } this.el.innerHTML = ''+this.txt+''; var that = this; var delta = 200 - Math.random() * 100; if (this.isDeleting) { delta /= 2; } if (!this.isDeleting && this.txt === fullTxt) { delta = this.period; this.isDeleting = true; } else if (this.isDeleting && this.txt === '') { this.isDeleting = false; this.loopNum++; delta = 500; } setTimeout(function() { that.tick(); }, delta); }; window.onload = function() { var elements = document.getElementsByClassName('typewrite'); for (var i=0; i{ // let searhInput = document.getElementById("search-input").value; // let elements = document.querySelectorAll(".Product-name"); // let card = document.querySelectorAll(".Card"); // elements.forEach((elements,index) => { // if(elements.innerText.includes(searhInput.toUpperCase())){ // card[index].classList.remove("hide"); // } // else{ // card[index].classList.add("hide"); // } // }) // })