Closed timoxley closed 11 years ago
Adds ability to remove hoverintent behaviour.
e.g.
var hoverTwo = hoverintent(second, function(e) { this.className = 'on'; }, function(e) { this.className = 'off'; }); // removes hoverintent behaviour hoverTwo.remove()
Fixes https://github.com/tristen/hoverintent/issues/2.
bump @tristen
Sorry for the late reply @timoxley - thanks for this!
Adds ability to remove hoverintent behaviour.
e.g.
Fixes https://github.com/tristen/hoverintent/issues/2.