Hi Remy,
thanks a lot for your help. This seems to work a lot better than the
initial version.

Do you know if there is a way to work around the bug caused
by .stop()? Because, now, if I move the mouse pointer across the panel
several times (in a short time) the panel will show/hide several
times.

Regards,
Martin

On 13 Okt., 13:22, Remy Sharp <[EMAIL PROTECTED]> wrote:
> Hi Martin,
>
> The main cause of the problem is you're using the e.target as the
> starting selector on the effect.  So when the mouseout event occurs
> the event's target can be different from what you're expecting.
>
> So the initial fix is to change $(e.target)... to $(this)...
>
> However, using the .stop() is also causing a bug - so I've removed it
> from the demo I put together:
>
> http://jsbin.com/aseno/edit
>

Reply via email to