hello all i have a bootstrap Affix , The broblem is the #sideBarContainer is take the rop class perfect , and when i scroll the class change to Affix perfect too , but when i arrive to the point that i need it to stop and change the class to bottom-affix , not stop :( why ??
$('#sideBarContainer').affix({
offset: {
top: 100,
bottom: 200,
}
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="sideBarContainer">
<div class="ReadHeaderSections">
<p></p>
</div>
</div>