dbonsch / jquery-hoverIntent

hoverIntent jQuery Plug-in

Home Page:http://http://cherne.net/brian/resources/jquery.hoverIntent.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it 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.

For more information, visit http://cherne.net/brian/resources/jquery.hoverIntent.html

About

hoverIntent jQuery Plug-in

http://http://cherne.net/brian/resources/jquery.hoverIntent.html


Languages

Language:JavaScript 100.0%