tristen / hoverintent

:mouse: Fire mouse events when a user intends it
https://tristen.ca/hoverintent/
MIT License
331 stars 54 forks source link

Implement event delegation #16

Open roydukkey opened 8 years ago

roydukkey commented 8 years ago

Implement event delegation.

Option 1

hoverintent(ele [, selector ], handlerIn, handlerOut);

Option 2

hoverintent(ele, handlerIn, handlerOut).options({
    on: 'selector'
});
ysulyma commented 7 years ago

+1

arvgta commented 3 years ago

Just wondering if this has been implemented in the meantime?

stratboy commented 2 years ago

Me too, very important