Closed BriFuture closed 6 years ago
file: https://github.com/iliakan/javascript-tutorial-en/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/task.md
At the line below the statement new HoverIntent, should the elem here be replaced with tooltip?
new HoverIntent
Sorry, I found that the clock's id is elem, so there is no error in the sample code.
file: https://github.com/iliakan/javascript-tutorial-en/blob/master/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/task.md
At the line below the statement
new HoverIntent
, should the elem here be replaced with tooltip?