Server IP : 127.0.0.2 / Your IP : 18.191.178.45 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/public/template/js/ |
Upload File : |
(function ($) { "use strict"; /*---------------------------- jQuery MeanMenu ------------------------------ */ jQuery('nav#dropdown').meanmenu(); /*---------------------------- wow js active ------------------------------ */ new WOW().init(); /*------------------------- jQuery Page Loader --------------------------*/ $("#loading").delay(2000).fadeOut(500); /*--------------------- Input Number Incrementer --------------------- */ $(".input-number").append('<div class="inc button">+</div><div class="dec button">-</div>'); $(".button").on("click", function() { var $button = $(this); var oldValue = $button.parent().find("input").val(); if ($button.text() == "+") { var newVal = parseFloat(oldValue) + 1; } else { // Don't allow decrementing below zero if (oldValue > 0) { var newVal = parseFloat(oldValue) - 1; } else { newVal = 0; } } $button.parent().find("input").val(newVal); }); /*--------------------------- slider range -----------------------------*/ $( function() { $( "#slider-range" ).slider({ range: true, min: 0, max: 500, values: [ 75, 300 ], slide: function( event, ui ) { $( "#amount" ).val( "$" + ui.values[ 0 ] + " - $" + ui.values[ 1 ] ); } }); $( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) + " - $" + $( "#slider-range" ).slider( "values", 1 ) ); } ); /*------------------------------------- jQuery Search Box customization -------------------------------------*/ $(".search-box .search-button").on('click', function (event) { event.preventDefault(); var v = $(this).prev('.search-text'); if (v.hasClass('active')) { v.removeClass('active'); } else { v.addClass('active'); } return false; }); /*--------------------------- nice select js ---------------------------*/ $(document).ready(function() { $('select').niceSelect(); }); /*-------------------------- scrollUp ---------------------------- */ jQuery.scrollUp({ scrollText: '<i class="fa fa-angle-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); /*-------------------------- sticiky header ---------------------------- */ jQuery(window).load(function() { var stickyNavTop = jQuery('.navigation').offset().top; function stickyNav() { var scrollTop = jQuery(window).scrollTop(); if (scrollTop > stickyNavTop) { jQuery('.navigation').addClass('sticky'); } else { jQuery('.navigation').removeClass('sticky'); } }; jQuery(window).scroll(function() { stickyNav(); }).scroll(); }); /*-------------------------- smoot scroll nav ---------------------------- */ jQuery("#nav").onePageNav({ scrollOffset:70 }); /*-------------------------- home one isotope js ---------------------------*/ jQuery(document).ready(function(){ jQuery(".gallary-manue li").on('click',function(){ jQuery(".gallary-manue li").removeClass("active"); jQuery(this).addClass("active") }); $(".gallary-manue li").on('click',function(){ var selector = $(this).attr('data-filter'); $('.filter-gallary').isotope({ filter:selector }); }) }); jQuery(window).load(function(){ jQuery(".filter-gallary").isotope(); }); /*-------------------------- home two isotope js ---------------------------*/ jQuery(document).ready(function(){ jQuery(".gallary-manue li").on('click',function(){ jQuery(".gallary-manue li").removeClass("active"); jQuery(this).addClass("active") }); $(".gallary-manue li").on('click',function(){ var selector = $(this).attr('data-filter'); $('.box-gallary').isotope({ filter:selector }); }) }); jQuery(window).load(function(){ jQuery(".box-gallary").isotope(); }); /*---------------------------- courses-list ------------------------------ */ jQuery(".courses-list").owlCarousel({ autoPlay: true, slideSpeed:5000, pagination:true, navigation:false, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- member-list ------------------------------ */ jQuery(".member-list").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:true, navigation:false, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,4], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- product-list ------------------------------ */ jQuery(".product-list").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:true, navigation:false, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,4], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- testominial-slide ------------------------------ */ jQuery(".testominial-slide").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:true, navigation:false, items : 1, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*---------------------------- slide-blog ------------------------------ */ jQuery(".slide-blog").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:false, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- singlemember-slide ------------------------------ */ jQuery(".singlemember-slide").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:true, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,4], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- single reserch slide-fedback ------------------------------ */ jQuery(".slide-fedback").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:false, items : 1, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*---------------------------- single blog fedback-slide ------------------------------ */ jQuery(".fedback-slide").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:false, items : 1, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*---------------------------- single shop product-list ------------------------------ */ jQuery(".productlist").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:true, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,4], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*------------------------- home two service slide ---------------------------*/ jQuery(".service-slide").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:false, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*------------------------- home two courses slide ---------------------------*/ jQuery(".chourses-list").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:true, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*------------------------- home two tainer-list slide ---------------------------*/ jQuery(".tainer-list").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:true, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*------------------------- home two shop-list slide ---------------------------*/ jQuery(".shop-list").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:false, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,4], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [479,1], }); /*------------------------- home two clint-testomonial slide ---------------------------*/ jQuery(".clint-slide").owlCarousel({ autoPlay: true, slideSpeed:3000, pagination:false, navigation:true, items : 1, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*------------------------- courses 4 slide ---------------------------*/ $(".reletate-list").owlCarousel({ autoPlay: true, slideSpeed:5000, pagination:false, navigation:true, items : 2, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*------------------------- courses 5 slide ---------------------------*/ $(".chourses-lists").owlCarousel({ autoPlay: true, slideSpeed:5000, pagination:false, navigation:true, items : 2, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], itemsDesktop : [1199,2], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*------------------------- home two counterup ---------------------------*/ $(".counter").counterUp({ delay: 10, time: 3000 }); /*----------------------- magnificPopup -------------------------*/ $('.test-popup-link').magnificPopup({ type: 'image' // other options }); /*------------------------------------- Single Product Slide ---------------------------------------*/ $('.bxslider').bxSlider({ pagerCustom: '#bx-pager' }); })(jQuery);