waypoints

WebJar for waypoints

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

waypoints
Последняя версия

Последняя версия

4.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

waypoints
WebJar for waypoints
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/imakewebthings/waypoints

Скачать waypoints

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
4.0.1
4.0.0
3.1.1
2.0.5
2.0.3