?
Current Path : /home1/savoy/www/js/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/js/custom.js |
$('.page_spinner').delay(1000).animate({top:'-1200px'},850, "easeInOutExpo", function (){$(this).css({display:'none'})}) $('li.dropdown').on('click', function() { var $el = $(this); if ($el.hasClass('open')) { var $a = $el.children('a.dropdown-toggle'); if ($a.length && $a.attr('href')) { location.href = $a.attr('href'); } } }); $(function(){ /* if ($(window).width() >= 780) {alert('set')}*/ $("#navdrop .dropdown").hover( function() { $('.dropdown-menu', this).stop( true, true ).fadeIn("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }, function() { $('.dropdown-menu', this).stop( true, true ).fadeOut("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }); }); $(document).ready(function() { $('#nav').affix({ offset: { top: 0 } }); $('#sidebar').affix({ offset: { top: 0 } }); }); $(document).ready(function(){ $("ul.bxslider >li").each( function(){ var imageUrl = $(this).find('img').first().attr("src");; $(this).css('background-image', 'url(' + imageUrl + ')'); $(this).css('background-size','cover'); $(this).css('background-position','50% 50%'); $(this).find('img').css("visibility","hidden"); }); $('.bxslider').bxSlider({ auto:true, mode:'fade', pause:8000, speed:1000, controls: false, onSliderLoad: function(){ $(".banner-titles .a").fadeIn(); setTimeout(function(){$(".banner-titles .b").fadeIn();},1000); setTimeout(function(){$(".banner-titles .c").fadeIn();},2000); setTimeout(function(){$(".banner-titles .d").fadeIn();},3000); setTimeout(function(){$(".banner-titles .e").fadeIn();},4000); }, onSlideBefore:function(){ /* functoin happens before a slide change*/ $(".banner-titles .a,.banner-titles .b,.banner-titles .c,.banner-titles .d,.banner-titles .e").fadeOut(); }, onSlideAfter:function(){ /* function after a slide loaded*/ $(".banner-titles .a").fadeIn(); setTimeout(function(){$(".banner-titles .b").fadeIn();},1000); setTimeout(function(){$(".banner-titles .c").fadeIn();},2000); setTimeout(function(){$(".banner-titles .d").fadeIn();},3000); setTimeout(function(){$(".banner-titles .e").fadeIn();},4000); /* $(".banner-price").fadeIn('slow').animate({ 'top': '-14px' }, {duration:2000, queue: false, easing:'easeOutElastic'}, function() { }); $(".b-day").fadeIn('slow').animate({ 'top': '0px' }, {duration:2000, queue: false, easing:'easeOutElastic'}, function() { }); $(".banner-button").fadeIn('slow').animate({ 'top': '-19px' }, {duration:2000, queue: false, easing:'easeOutElastic'}, function() { });*/ } }); $(document).ready(function() { $("#owlslider").owlCarousel({ autoPlay: 3000, //Set AutoPlay to 3 seconds items :3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], navigation: true, navigationText: [ "<img src='img/right.png' >", "<img src='img/left.png' >" ] }); }); });