waypoints

WebJar for waypoints

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

waypoints
Last Version

Last Version

4.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

waypoints
WebJar for waypoints
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/imakewebthings/waypoints

Download waypoints

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/waypoints/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>waypoints</artifactId>
    <version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/waypoints/
implementation 'org.webjars.bower:waypoints:4.0.1'
// https://jarcasting.com/artifacts/org.webjars.bower/waypoints/
implementation ("org.webjars.bower:waypoints:4.0.1")
'org.webjars.bower:waypoints:jar:4.0.1'
<dependency org="org.webjars.bower" name="waypoints" rev="4.0.1">
  <artifact name="waypoints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='waypoints', version='4.0.1')
)
libraryDependencies += "org.webjars.bower" % "waypoints" % "4.0.1"
[org.webjars.bower/waypoints "4.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element. Build Status

var waypoint = new Waypoint({
  element: document.getElementById('thing'),
  handler: function(direction) {
    alert('You have scrolled to a thing')
  }
})

If you're new to Waypoints, check out the Getting Started guide.

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

Shortcuts

In addition to the normal Waypoints script, extensions exist to make common UI patterns just a little easier to implement:

Contributing

If you want to report a Waypoints bug or contribute code to the library, please read the Contributing Guidelines. If you need help using Waypoints, please do not open an issue. Instead, ask the question on Stack Overflow and tag it with #jquery-waypoints. Be sure to follow the guidelines for asking a good question.

License

Copyright (c) 2011-2014 Caleb Troughton. Licensed under the MIT license.

Versions

Version
4.0.1
4.0.0
3.1.1
2.0.5
2.0.3