jQuery(document).ready(function($) { $(window).load(function() { $( '#showticker, .featured-item-main' ).css({'display':'block'}); $("#webticker, #webticker2").webTicker({direction: "left", startEmpty: false, duplicate: true, speed: 40}); }); /* var options = { offset: '#showHere', offsetSide:"top", classes: { clone: 'banner--clone', stick: 'banner--stick', unstick: 'banner--unstick' } }; var banner = new Headhesive('.menunav', options);*/ $('.popup .close, .overlay').click(function (){ $('.popup, .overlay').css({'opacity':'0', 'visibility':'hidden'}); }); $('a.open_window').click(function (e){ $('.popup, .overlay').css({'opacity':'1', 'visibility':'visible'}); e.preventDefault(); }); // загрузка при скроллинге $('.featured-post img, .feat-blok img, .cat-one img, .cat-two img, .cat-three img, .cat-four img, .cat-five img').addClass('nodisplay'); $(' .featured-post img, .feat-blok img, .cat-one img, .cat-two img, .cat-three img, .cat-four img, .cat-five img').one('inview', function() { $(this).addClass('appear'); }); $('.cat-one-blok:nth-child(4), .cat-one-blok:nth-child(8), .cat-one-blok:nth-child(12)').next().css({ 'clear': 'both' }); if ($(window).width() < 1024) { $('.cat-five ul li:nth-child(2n), .cat-five ul li:nth-child(4n)').next().css({ 'clear': 'both' }); }; if ($(window).width() < 800) { $('.cat-two-left ul li:nth-child(2n), .cat-two-left ul li:nth-child(4n), .cat-two-left ul li:nth-child(6n)').next().css({ 'clear': 'both' }); }; if ($(window).width() < 1024) { $('.cat-four-left-side ul li:nth-child(2n), .cat-four-left-side ul li:nth-child(4n), .cat-four-left-side ul li:nth-child(6n)').next().css({ 'clear': 'both' }); }; $('.fa-plus-square').click(function(){ $('.top-load-blok').removeClass('nodisp'); $( '.fa-plus-square' ).hide(); $('.fa-minus-square').show(); }); $('.fa-minus-square').click(function(){ $('.top-load-blok').addClass('nodisp'); $('.fa-minus-square' ).hide(); $('.fa-plus-square').show(); }); // выпадающий поиск $(".toggle-search").click(function() { $(".search-expand").fadeToggle(250), setTimeout(function() { $(".search-expand input").focus()},2e3)}) // кнопка Вверх $(window).scroll(function () { if ( $(this).scrollTop() > 100) { $('#backtop').fadeIn(); } else { $('#backtop').fadeOut();} }); $('#backtop').click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); return false; }); $(".sidebar").theiaStickySidebar({additionalMarginTop:80,additionalMarginBottom:10}); $("#mobilemenu").mmenu({ position: "left", slidingSubmenus: false, classes: "mm-slide", extensions: ["theme-white"] }); $('ul.mm-listview li').removeClass('fa'); // выпадающее меню $("ul.top-menu") .superfish({ pathClass : 'current', animation : {opacity:'show',height:"show"}, delay : 200 }); })