Skip to content

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

License

Notifications You must be signed in to change notification settings

backdrop-contrib/waypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waypoints

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

Waypoints makes a solid base for modern UI patterns that depend on a user’s scroll position on the page. Take a look at a few examples.

Configuration

The module has an admin interface, where you can enable to always include the JavaScript file to the site. Otherwise you can include it manually via a simple function callback:

backdrop_add_library('waypoints', 'waypoints');

Usage

For example:

jQuery('#comments').waypoint(function() {
   alert('You have scrolled to the comments.');
});

For the full documentation, visit the plugin's homepage.

Views Load More module supports the use of this module.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

The Waypoints library is released under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •