jquery-hoverintent

WebJar for jquery-hoverintent

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery-hoverintent
Last Version

Last Version

1.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-hoverintent
WebJar for jquery-hoverintent
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/briancherne/jquery-hoverIntent

Download jquery-hoverintent

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery jar [1.7.0,)

Project Modules

There are no modules declared in this project.

hoverIntent jQuery Plug-in

hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It is similar to jQuery's hover method. However, instead of calling the handlerIn function immediately, hoverIntent waits until the user's mouse slows down enough before making the call.

Why? To delay or prevent the accidental firing of animations or ajax calls. Simple timeouts work for small areas, but if your target area is large it may execute regardless of intent. That's where hoverIntent comes in...

For more information, visit briancherne.github.io/jquery-hoverIntent.

Versions

Version
1.9.0