Home
last modified time | relevance | path

Searched refs:handlerOut (Results 1 – 1 of 1) sorted by relevance

/plugin/likeit/script/
H A Djquery.hoverIntent.js33 $.fn.hoverIntent = function(handlerIn,handlerOut,selector) { argument
44 } else if ($.isFunction(handlerOut)) {
45 cfg = $.extend(cfg, { over: handlerIn, out: handlerOut, selector: selector } );
47 cfg = $.extend(cfg, { over: handlerIn, out: handlerIn, selector: handlerOut } );