I'm trying to show a tooltip when you hover your mouse on a day in a calendar control.
I'm using the mouseenter/mouseleave event to fadeIn/fadeOut respectively. This works.
However, my problem is since it's a calendar, there will be many days and when I'm moving my mouse across the whole week, the fadeIn/fadeOut (or show/hide) will all happen in sequence, until all events are completed... there is some sort of lag because they are happening all in sequence.
What would be the best way to prevent this from happening?