wp/wp-includes/js/hoverIntent.js
changeset 9 177826044cd9
parent 5 5e2f62d02dcd
child 18 be944660c56a
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
     1 /*!
     1 /*!
     2  * hoverIntent v1.8.1 // 2014.08.11 // jQuery v1.9.1+
     2  * hoverIntent v1.8.3 // 2014.08.11 // jQuery v1.9.1+
     3  * http://cherne.net/brian/resources/jquery.hoverIntent.html
     3  * http://cherne.net/brian/resources/jquery.hoverIntent.html
     4  *
     4  *
     5  * You may use hoverIntent under the terms of the MIT license. Basically that
     5  * You may use hoverIntent under the terms of the MIT license. Basically that
     6  * means you are free to use hoverIntent as long as this header is left intact.
     6  * means you are free to use hoverIntent as long as this header is left intact.
     7  * Copyright 2007, 2014 Brian Cherne
     7  * Copyright 2007, 2014 Brian Cherne
     8  */
     8  */
     9 
     9  
    10 /* hoverIntent is similar to jQuery's built-in "hover" method except that
    10 /* hoverIntent is similar to jQuery's built-in "hover" method except that
    11  * instead of firing the handlerIn function immediately, hoverIntent checks
    11  * instead of firing the handlerIn function immediately, hoverIntent checks
    12  * to see if the user's mouse has slowed down (beneath the sensitivity
    12  * to see if the user's mouse has slowed down (beneath the sensitivity
    13  * threshold) before firing the event. The handlerOut function is only
    13  * threshold) before firing the event. The handlerOut function is only
    14  * called after a matching handlerIn.
    14  * called after a matching handlerIn.