How would you use hoverIntent with this:
$mainNav.on('mouseenter', '.hEvent', function () {
//Do stuff
});
Use the "selector" option for event delegation.
$mainNav.hoverIntent({
over: function() {
},
out: function(){
},
selector: '.hEvent'
});
Source: hoverIntent Documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With