This problem occurs when $("#menu li a").fadeOut(function() {}); being
used. callback function is called 3 times 'cos there is 3 li elements.

On Apr 17, 7:28 pm, blockedmind <blockedm...@gmail.com> wrote:
> Callback function of fadeOut effect is executed once for each element
> animated against. Is it possible to make it executed once after all
> elements faded?

Reply via email to