new tart.events.HoverHandler(opt_el)
Tracks and fires mouseenter and mouseleave events on DOM elements.
Name | Type | Description |
---|---|---|
opt_el |
Element |
optional
Optional element to bind mouseover and mouseout events to. Default is document.body. |
Extends
- goog.events.EventTarget
Methods
-
handleEvent(e)
-
This handles the underlying events and dispatches a new event.
Name Type Description e
goog.events.BrowserEvent The underlying browser event.