Hover Intent

https://briancherne.github.io/jquery-hoverIntent/

I’m using hoverintent to allow diagonal movements along our main navigation dropdown, yet it appears to not be working, and I’m getting console errors.
h ttp://li ttler ock.re des ign.fin alsit e.co m/
You’ll need to scroll down the page until the navigation as at the top of the page, before dropdowns will work. What am I missing?

$('.nav-main .fsNavLevel1 > li.fsNavParentPage:not(.not-enabled)').hoverIntent({
      over: $(this).addClass('hover'),
      out: $(this).removeClass('hover'),
      timeout:1000
    });

Nevermind, found this and based it off this.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.