Here is my footer code.
<div class="row">
<div class="col-md-12">
<div> the part that always showing at the bottom </div>
</div>
<div class="col-md-12">
<div> show only if the user reaching the bottom of the page </div>
</div>
</div>
My problem is I want my footer stick to the bottom of the page until the user reach the bottom, then show the other content.