I have change this in the code the "hover" to "click" $('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'click'](over,out).each(function() { if (o.autoArrows) addArrow( $('>a:first-child',this) ); })
I want to always use click event to show and to hide. I was trying to daleting "delay". I know that other option is defining delay to "9999999" but i think its not the better solution. Another thing is the hide event. I would like to change it to another "click". I don't know how to use toogle in this complex (for me) function. Could you help me? thanks!! pd: It would be nice if superfish have this like a parameter.