On my website I have 3 sections in the content area. Those have CSS3 animations and stuff going on when a user hovers the mouse.
Now, I thought it might be a good idea to have the same effect going on when users hover the menu items (it is a landing page so basically the menu items have anchors on them, etc)
I was able to use hover()
method but all that enabled me was adding/removing classes.
My question is: Is there any way jQuery is able to cause the native hover on an element (the elements are not related, that is, truly hovered item is a nav item, and the other is a section in the page content).