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/gulf/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/****************************************** File Name: custom.js *******************************************/ "use strict"; /**== wow animation ==**/ new WOW().init(); /**== loader js ==*/ $(window).load(function() { $(".bg_load").fadeOut("slow"); }) /**== Menu js ==**/ $("#navbar_menu").menumaker({ title: "Menu", format: "multitoggle" }); /** counter js **/ $('.counter-count').each(function () { $(this).prop('Counter',0).animate({ Counter: $(this).text() }, { duration: 5000, easing: 'swing', step: function (now) { $(this).text(Math.ceil(now)); } }); }); /** progress_bar js **/ $(document).ready(function() { $('.progress .progress-bar').css("width", function() { return $(this).attr("aria-valuenow") + "%"; } ) }); /** Casestudies Tab_bar js **/ $(document).ready(function(){ $(".filter-button").click(function(){ var value = $(this).attr('data-filter'); if(value == "all") { //$('.filter').removeClass('hidden'); $('.filter').show('1000'); } else { // $('.filter[filter-item="'+value+'"]').removeClass('hidden'); // $(".filter").not('.filter[filter-item="'+value+'"]').addClass('hidden'); $(".filter").not('.'+value).hide('3000'); $('.filter').filter('.'+value).show('3000'); } }); if ($(".filter-button").removeClass("active")) { $(this).removeClass("active"); } $(this).addClass("active"); }); /** google_map js **/ function myMap() { var mapProp= { center:new google.maps.LatLng(40.712775,-74.005973), zoom:18, }; var map=new google.maps.Map(document.getElementById("googleMap"),mapProp); } /**===== Slider =====**/ var tpj = jQuery; var revapi4; tpj(document).ready(function() { if (tpj("#rev_slider_4_1").revolution == undefined) { revslider_showDoubleJqueryError("#rev_slider_4_1"); } else { revapi4 = tpj("#rev_slider_4_1").show().revolution({ sliderType: "standard", jsFileLocation: "revolution/js/", sliderLayout: "fullwidth", dottedOverlay: "none", delay: 7000, navigation: { keyboardNavigation: "off", keyboard_direction: "horizontal", mouseScrollNavigation: "off", onHoverStop: "off", touch: { touchenabled: "on", swipe_threshold: 75, swipe_min_touches: 1, swipe_direction: "horizontal", drag_block_vertical: false }, arrows: { style: "zeus", enable: true, hide_onmobile: true, hide_under: 600, hide_onleave: true, hide_delay: 200, hide_delay_mobile: 1200, tmp: '<div class="tp-title-wrap"><div class="tp-arr-imgholder"></div></div>', left: { h_align: "left", v_align: "center", h_offset: 30, v_offset: 0 }, right: { h_align: "right", v_align: "center", h_offset: 30, v_offset: 0 } }, bullets: { enable: true, hide_onmobile: true, hide_under: 600, style: "metis", hide_onleave: true, hide_delay: 200, hide_delay_mobile: 1200, direction: "horizontal", h_align: "center", v_align: "bottom", h_offset: 0, v_offset: 30, space: 5, tmp: '<span class="tp-bullet-img-wrap"> <span class="tp-bullet-image"></span></span><span class="tp-bullet-title">{{title}}</span>' } }, viewPort: { enable: true, outof: "pause", visible_area: "80%" }, responsiveLevels: [1240, 1024, 778, 480], gridwidth: [1240, 1024, 778, 480], gridheight: [700, 700, 500, 400], lazyType: "none", parallax: { type: "mouse", origo: "slidercenter", speed: 2000, levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50], }, shadow: 0, spinner: "off", stopLoop: "off", stopAfterLoops: -1, stopAtSlide: -1, shuffle: "off", autoHeight: "off", hideThumbsOnMobile: "off", hideSliderAtLimit: 0, hideCaptionAtLimit: 0, hideAllCaptionAtLilmit: 0, debugMode: false, fallbacks: { simplifyAll: "off", nextSlideOnWindowFocus: "off", disableFocusListener: false, } }); } }); /**===== End slider =====**/ /** header fixed js **/ $(window).scroll(function(){ if ($(window).scrollTop() >= 300) { $('.header_fixed_on_scroll').addClass('fixed-header'); } else { $('.header_fixed_on_scroll').removeClass('fixed-header'); } });