Search code examples
jquery-waypoints

Jquery Waypoints refresh one waypoint


Using Waypoints (http://imakewebthings.com/waypoints) Jquery version, how do you do a refresh of one single waypoint (not all)? I have two waypoints, and only want to refresh one of them. Doable?

Thanks!


Solution

  • Not doable. You must refresh all waypoints in a Context at the least. I'm curious, why would you not want to refresh a waypoint?