As per my code written below I think when I scroll to the .onscrollActivate div alert should come. But it is not giving me the alert.
相关标签:
As you see waypoint is not a function error in console, you haven't loaded the waypoint library on your page.
waypoint is not a function
console
waypoint
Include waypoint js on the page after jQuery.
jQuery
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.5/waypoints.min.js"></script>