Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshvermaire committed Dec 22, 2011
1 parent 28921f3 commit 41d6d23
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 282 deletions.
10 changes: 10 additions & 0 deletions README.md
@@ -1,5 +1,15 @@
hoverIntent jQuery Plug-in hoverIntent jQuery Plug-in
========================== ==========================
Refactored hoverIntent jQuery Plugin-in

I will be changing hoverIntent to take advantage of some of the more sophisticated, recent abilities of jQuery. This will include binding, multiple or single callbacks, and delegation.

If you're interested in helping with thoughts or ideas, please let me know.

Josh Vermaire


Original hoverIntent jQuery Plugin-in


hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) [jQuery](http://jquery.com/)'s built-in [hover](http://api.jquery.com/hover/). However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down enough before making the call. hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) [jQuery](http://jquery.com/)'s built-in [hover](http://api.jquery.com/hover/). However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down enough before making the call.


Expand Down
186 changes: 0 additions & 186 deletions jquery.hoverIntent.html

This file was deleted.

0 comments on commit 41d6d23

Please sign in to comment.