I am stuck trying to create a hover for two separate TD elements like
so...

 $('td.add, td.dropdown').hoverIntent( )

The problem is that when I hover out of TD.add and into TD.dropdown,
jQuery interprets this as HoverOUT. I want it to still be HoverOVER if
I move my cursor into the other area outlined by the Selector.

Anybody come across a solution to this before?

Reply via email to