Home
last modified time | relevance | path

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

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