// Channels swiper carousel var channel = window.swiperCarouselChannel({ target : '#channels', pagination : '#channels-pagination'}); // var movies = window.swiperMovies({ target : '#moviesCarousel'}); var offers = window.swiperCarouselOffers({ target : '#offers', pagination : '#offers-pagination'}); var offersNoPag = window.swiperCarouselOffers({ target : '#offers-nopag', pagination : '#offers-pagination', paginationMobile : false}); var avantages = window.swiperAvantages({ target : '#avantagesSlider', wrapper : "avantages-wrapper", slides : 'avantages-slide'}, 430); var multiplecontent = window.swiperAvantages({ target : '#multipleContent'}, 430); // fredMovies({ target : '#moviesCarousel .swiper-wrapper'}); $('.popupcontent').on('scroll', function(e){ var top = $(this).scrollTop(); $(this).find('.close').css('top', top); }); jQuery(document).ready(function($){ $('.openpopup').click(function(e){ e.preventDefault(); var href = $(this).attr('href'); $('html').css('overflow','hidden'); $(href).fadeIn(); }); $('.close').click(function(e){ e.preventDefault(); $(this).parent().fadeOut(); $('html').css('overflow','auto'); }); });