Skip to content

A simple jQuery plug-in for firing events with a delay (perfect for hovers).

Notifications You must be signed in to change notification settings

mustangostang/jquery-eventdelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

EventDelay

EventDelay is a small library for supporting events with delays.

  • jQuery support: 1.4+

It is very simple to add an action for hovering with delay:

$("a").hoverdelay (2000, function() { $(this).click(); });      # If you hover over a link for long enough, count it as a click.

About

A simple jQuery plug-in for firing events with a delay (perfect for hovers).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published