Communautaire

/////////////////sticky sidebarRight function sidebarRightSticky() { const mediaQuery = window.matchMedia('(min-width: 901px)'); if (mediaQuery.matches) { var sidebar = new StickySidebar('#sidebarRight', {topSpacing: 20, bottomSpacing: 40}); } } /*jQuery( window ).load(function() { sidebarRightSticky(); }); jQuery(window).resize(function () { sidebarRightSticky(); }); jQuery(document).ready(function () { sidebarRightSticky(); });*/