How can I remove the class ".visible" in header when the class ".active" in section is added? ".active" is dynamically added trough scrolling via a plugin.
<header class="visible">
<div id="menu-bar">
</div>
</header>
<section class="part-one active" data-panel="start">
</section>