briancherne / jquery-hoverIntent

hoverIntent jQuery Plug-in
https://briancherne.github.io/jquery-hoverIntent/
MIT License
826 stars 253 forks source link

HoverIntent on new items #7

Closed oisinlavery closed 11 years ago

oisinlavery commented 11 years ago

Would it be possible to modify so it worked on injected items?

oisinlavery commented 11 years ago

My bad, I was able to do this with the new(well I think it's new!) selector parameter.

$(document).hoverIntent({ over: makeTall, out: makeShort, selector: '.hover-me' });