Advanced jQuery scroll events

jQuery plugin

What is it?

This is the project home page of a jQuery plugin named advScrollEvent aimed to provide some special advanced, higher-level scroll events (based on jQuery's scroll event). These might, for example, trigger an event, whenever a window or frame content has been scrolled up or down by at least a certain amount of pixels, optionally only after a change of the scroll direction.

Have a look at the demo page to get the idea!

Am I allowed to get a copy and use it even in a commercial project?

The answer's a „Yes, but…“! This open source software may even be used commercially without charge, as long as you accept and follow the license terms.

Where do I get it?

GitHub

You can download the complete project package from GitHub, consisting of source JavaScript code (maintainable, human-readable code with documentory comments) as well as the minified script (for production use) along with the demo page and README.
Usually, you won't need to use a Git client: simply use the “Download ZIP” button on the right of the GitHub project page. Unzip the file, and you'll find the minified JavaScript files in directory js/min.

Please note: Only the master branch in GitHub contains stable releases you should download! Any other branches are unstable feature branches under development!

NPM

This plug-in has been published as npm module. If you have Node.js installed, you can simply use the npm package manager from your command line to download the module to your current working directory by calling:

				
npm install jquery-advscrollevent
			
^