Download & Extend

jQuery waypoints

Summary

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:

<?php
drupal_add_library
('waypoints', 'waypoints');
?>

Usage

For example:

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

For the full documentation visti the plugin's homepage.

Views Load More module supports the use of this module.

Downloads

Version Downloads Date Links
7.x-1.0 tar.gz (7.94 KB) | zip (9 KB) 2011-Apr-21 Notes

Project Information


Maintainers for jQuery waypoints

Issues for jQuery waypoints

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here