Skip to content

thepian/jquery-waypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Waypoints

Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.

$('.entry').waypoint(function() {
   alert('You have scrolled to an entry.');
});

Read the full documentation for more details on usage and customization.

Examples

Waypoints can be used as a base for several common scroll-based UI patterns. Check out these examples of:

License

Copyright (c) 2011 Caleb Troughton Dual licensed under the MIT license and GPL license.

Support

Waypoints has been tested* to work with jQuery versions 1.4+ in IE6+, FF3+, Safari 4+, Chrome 6+. Other browsers and jQuery versions may work fine, but this is all I've looked at so far.

* Tested in this case by my own poking around and not finding anything wrong...yet. Proper QUnit tests are in the works.

Changelog

v1.0.1

  • Added $.waypoints('viewportHeight')
  • Fixed iOS bug (using the new viewportHeight method)
  • Added offset function alias: 'bottom-in-view'

v1.0

  • Initial release.

Known Todos

  • Proper QUnit tests.
  • Audit non-iOS mobile browsers.

About

Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-license.txt
MIT
MIT-license.txt

Stars

Watchers

Forks

Packages

 
 
 

Contributors