The complete function after an animate is launched more than once!
Hi... I want to launch a function after that an animation is complete. The problem actually is that this function is launched a lot of time without a reason!
This is the code
- $('#fullWhite').animate({opacity: "1"}, {duration: 500, complete: function()
- {
- alert('cazzo')
- }})
I see "cazzo" showed a lot of times.. Why??