Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/rroptinet/assets/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
(function ($) { "use strict"; /*-- Commons Variables -----------------------------------*/ var $window = $(window), $body = $('body'); /*-- Custom script to call Background Image & Color from html data attribute -----------------------------------*/ $('[data-bg-image]').each(function () { var $this = $(this), $image = $this.data('bg-image'); $this.css('background-image', 'url(' + $image + ')'); }); $('[data-bg-color]').each(function () { var $this = $(this), $color = $this.data('bg-color'); $this.css('background-color', $color); }); /*---------------------------- Sidebar Search Active -----------------------------*/ function sidebarSearch() { var searchTrigger = $('.header-search-toggle'), endTriggersearch = $('button.search-close'), container = $('.main-search-active'); searchTrigger.on('click', function() { container.addClass('inside'); }); endTriggersearch.on('click', function() { container.removeClass('inside'); }); }; sidebarSearch(); /*------------------------------ Parallax Motion Animation -------------------------------*/ $('.scene').each(function () { new Parallax($(this)[0]); }); /*-- Header Sticky -----------------------------------*/ $window.on('scroll', function () { if ($window.scrollTop() > 350) { $('.sticky-header').addClass('is-sticky'); } else { $('.sticky-header').removeClass('is-sticky'); } }); /*-- Off Canvas Function -----------------------------------*/ $('.header-mobile-menu-toggle, .mobile-menu-close').on('click', '.toggle', function () { $body.toggleClass('mobile-menu-open'); }); $('.site-mobile-menu').on('click', '.menu-toggle', function (e) { e.preventDefault(); var $this = $(this); if ($this.siblings('.sub-menu:visible, .mega-menu:visible').length) { $this.siblings('.sub-menu, .mega-menu').slideUp().parent().removeClass('open').find('.sub-menu, .mega-menu').slideUp().parent().removeClass('open'); } else { $this.siblings('.sub-menu, .mega-menu').slideDown().parent().addClass('open').siblings().find('.sub-menu, .mega-menu').slideUp().parent().removeClass('open'); } }); $('.header-search-toggle').on('click', function (e) { e.preventDefault(); $(this).siblings('.header-search-form, .header-search-form-2').slideToggle().parent().toggleClass('open'); }); $('.header-fs-search-toggle').on('click', function () { $('#fullscreen-search').addClass('open'); }); $('.fullscreen-search-close').on('click', '.toggle', function () { $('#fullscreen-search').removeClass('open'); }); $body.on('click', function (e) { if (!$(e.target).closest('.header-search').length && $window.width() < 768) { $('.header-search-form, .header-search-form-2').slideUp().parent().removeClass('open'); } if (!$(e.target).closest('.site-main-mobile-menu-inner').length && !$(e.target).closest('.header-mobile-menu-toggle').length) { $body.removeClass('mobile-menu-open'); } }); /*----- Animate Headline Active --------------------------------*/ $('.headline-active').animatedHeadline({ animationType: 'rotate-3' }); /* ---------------------------- AOS Scroll Animation -------------------------------*/ AOS.init({ offset: 80, duration: 1000, once: true, easing: 'ease', }); /* ---------------------------- Tilt Animation -------------------------------*/ $('.js-tilt').tilt({ base: window, reset: !0, scale: 1.04, reverse: !1, max: 15, perspective: 3e3, speed: 4e3 }); /* ---------------------------- Portfolio Masonry Activation -------------------------------*/ $(window).load(function () { $('.ag-masonary-wrapper').imagesLoaded(function () { // filter items on button click $('.messonry-button').on('click', 'button', function () { var filterValue = $(this).attr('data-filter'); $(this).siblings('.is-checked').removeClass('is-checked'); $(this).addClass('is-checked'); $grid.isotope({ filter: filterValue }); }); // init Isotope var $grid = $('.mesonry-list').isotope({ percentPosition: true, transitionDuration: '0.7s', layoutMode: 'masonry', masonry: { columnWidth: '.resizer', } }); }); }) /*---------------------------------------- SVG Inject With Vivus(After Inject) ------------------------------------------*/ SVGInject(document.querySelectorAll("img.svgInject"), { makeIdsUnique: true, afterInject: function (img, svg) { new Vivus(svg, { duration: 80 }); } }); /* Vivus On Hover */ $('[data-vivus-hover]').hover(function () { var svg = $(this).find('svg')[0]; new Vivus(svg, { duration: 50 }); }) /*----------------------- CounterUp JS -------------------------*/ $('.counter').counterUp({ time: 2000 }); /*-------------------------------- Swiper Slider Activation JS ----------------------------------*/ // Home 1 Slider var introSlider = new Swiper('.intro-slider', { loop: true, speed: 750, spaceBetween: 30, slidesPerView: 2, effect: 'fade', navigation: { nextEl: '.home-slider-next', prevEl: '.home-slider-prev', }, //autoplay: {}, }); // Testimonial Slider Two var testimonialSlider = new Swiper('.testimonial-slider', { slidesPerView : 1, slidesPerGroup: 1, centeredSlides: true, loop: true, speed: 1000, spaceBetween : 50, autoHeight: true, pagination: { el: '.swiper-pagination', type: 'bullets', clickable: true }, breakpoints: { 1499:{ slidesPerView : 3 }, 991:{ slidesPerView : 2 }, 767:{ slidesPerView : 1 }, 575:{ slidesPerView : 1 } } }); // Brand Carousel Slider var brandSlider = new Swiper('.brand-carousel', { watchSlidesVisibility: true, loop: true, spaceBetween: 30, slidesPerView: 6, breakpoints: { 1200: { slidesPerView: 6 }, 992: { slidesPerView: 5 }, 768: { slidesPerView: 5 }, 576: { slidesPerView: 4 }, 320: { slidesPerView: 2 } } }) /*-- Isotpe -----------------------------------*/ var $isotopeGrid = $('.isotope-grid'); var $isotopeFilter = $('.isotope-filter'); $isotopeGrid.imagesLoaded(function () { $isotopeGrid.isotope({ itemSelector: '.grid-item', masonry: { columnWidth: '.grid-sizer' } }); AOS.refresh(); }); $isotopeFilter.on('click', 'button', function () { var $this = $(this), $filterValue = $this.attr('data-filter'), $targetIsotop = $this.parent().data('target'); $this.addClass('active').siblings().removeClass('active'); $($targetIsotop).isotope({ filter: $filterValue }); }); /*-- Magnific Popup -----------------------------------*/ $('.video-popup').magnificPopup({ type: 'iframe' }); // Background Video Active var htmlVideo = [ { type: 'video/mp4', src: 'assets/media/video/local-video.mp4' } ]; var poster1 = 'assets/media/video/local-video.jpg'; var demo1 = new vidim( '.bg-video', { src: htmlVideo, poster: poster1 }); /*-- Scroll Up -----------------------------------*/ function scrollToTop() { var $scrollUp = $('#scroll-top'), $lastScrollTop = 0, $window = $(window); $window.on('scroll', function () { var st = $(this).scrollTop(); if (st > $lastScrollTop) { $scrollUp.removeClass('show'); } else { if ($window.scrollTop() > 200) { $scrollUp.addClass('show'); } else { $scrollUp.removeClass('show'); } } $lastScrollTop = st; }); $scrollUp.on('click', function (evt) { $('html, body').animate({scrollTop: 0}, 600); evt.preventDefault(); }); } scrollToTop(); /*------------------------- Ajax Contact Form ---------------------------*/ $(function() { // Get the form. var form = $('#contact-form'); // Get the messages div. var formMessages = $('.form-messege'); // Set up an event listener for the contact form. $(form).submit(function(e) { // Stop the browser from submitting the form. e.preventDefault(); // Serialize the form data. var formData = $(form).serialize(); // Submit the form using AJAX. $.ajax({ type: 'POST', url: $(form).attr('action'), data: formData }) .done(function(response) { // Make sure that the formMessages div has the 'success' class. $(formMessages).removeClass('error'); $(formMessages).addClass('success'); // Set the message text. $(formMessages).text(response); // Clear the form. $('#contact-form input,#contact-form textarea').val(''); }) .fail(function(data) { // Make sure that the formMessages div has the 'error' class. $(formMessages).removeClass('success'); $(formMessages).addClass('error'); // Set the message text. if (data.responseText !== '') { $(formMessages).text(data.responseText); } else { $(formMessages).text('Oops! An error occured and your message could not be sent.'); } }); }); }); /*-- On Load Function -----------------------------------*/ $window.on('load', function () {}); /*-- Resize Function -----------------------------------*/ $window.resize(function () {}); })(jQuery);