Server IP : 192.185.129.71 / Your IP : 3.144.157.244 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/site/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
jQuery(function($) { //Preloader var preloader = $('.preloader'); $(window).load(function(){ preloader.remove(); }); //#main-slider var slideHeight = $(window).height(); $('#home-slider .item').css('height',slideHeight); $(window).resize(function(){'use strict', $('#home-slider .item').css('height',slideHeight); }); //Scroll Menu $(window).on('scroll', function(){ if( $(window).scrollTop()>slideHeight ){ $('.main-nav').addClass('navbar-fixed-top'); } else { $('.main-nav').removeClass('navbar-fixed-top'); } }); // Navigation Scroll $(window).scroll(function(event) { Scroll(); }); $('.navbar-collapse ul li a').on('click', function() { //$('html, body').animate({scrollTop: $(this.hash).offset().top - 5}, 1000); return true; }); // User define function function Scroll() { var contentTop = []; var contentBottom = []; var winTop = $(window).scrollTop(); var rangeTop = 200; var rangeBottom = 200; $('.navbar-collapse').find('.scroll a').each(function(){ //contentTop.push( $( $(this).attr('href') ).offset().top); //contentBottom.push( $( $(this).attr('href') ).offset().top + $( $(this).attr('href') ).height() ); }) $.each( contentTop, function(i){ if ( winTop > contentTop[i] - rangeTop ){ $('.navbar-collapse li.scroll') .removeClass('active') .eq(i).addClass('active'); } }) }; $('#tohash').on('click', function(){ $('html, body').animate({scrollTop: $(this.hash).offset().top - 5}, 1000); return false; }); //Initiat WOW JS new WOW().init(); //smoothScroll smoothScroll.init(); //Google Map }); $(function(){ $('.mySlider').accordion({ currentWidth:'874', otherWidth:'25', itemDefautWidth:'166' }) })