Monday, July 27, 2009

[jQuery] hoverIntent not working?

Here is my simple bit of JS that isn't working;

$('#trigger').hoverIntent(function(){$('#info').slideDown('500')});

Maybe it is conflicting with the other plugins I am using; scrollTo,
localScroll and serialScroll? (I don't see why it would.)

Thanks in advance, Mat.

No comments: