Top "Jquery-waypoints" questions

Waypoints is a library that allows code to be executed whenever the user scrolls to a specific point on the page.

How to make jQuery waypoints plugin fire when an element is in view and not scrolled past?

Please see this: http://jsfiddle.net/5Zs6F/2/ As you can see only when you scroll past the first red …

javascript jquery jquery-waypoints
different offset for jquery waypoint "up" event

i'll love to have 2 offsets in jquery waypoint. Currently there is only one, the same, for up and down scrolling. …

jquery jquery-waypoints
JQuery fade-in a div when user scrolls to that div

An element <div class=""> will fade in when the user scroll down to that div. I found a …

jquery jquery-waypoints
scrolling up with jquery waypoints

I am using jquery waypoints plugin for a one page scrolling site. there is a fixed top menu. <ul …

jquery jquery-waypoints
How to hide animated elements on load?

I'm using animate.css with waypoints.js in my landing page. I want to animate elements when user scrolls the …

jquery jquery-waypoints animate.css
Jquery $(this) not working inside function

I am trying to use waypoints.js to have elements fadein when scrolling to hit the elements. I have $(document).…

javascript jquery css jquery-waypoints
jQuery Waypoints Fire Once

I am using http://imakewebthings.com/jquery-waypoints and I need to do some action when the user scrolls down to …

javascript jquery jquery-waypoints
Single page navigation menu - active indicator

I'm trying to update the navigation for a single page website using jQuery waypoints. I want to update the navigation …

javascript jquery navigation jquery-waypoints
Waypoints always giving "undefined is not a function/object" errors

I’m trying to use Waypoints to do a very simple scrolling effect, but for some reason, I just simply …

jquery function document undefined jquery-waypoints
jQuery Waypoints error "notify is not defined"

Yes, I know this probably has nothing to do with waypoints. I'm sorry. I am following this example: http://imakewebthings.…

jquery jquery-waypoints referenceerror