I have this code:
$('#banner .bg_wrap:first').stop().animate({
opacity: 0
}, 500, function(){
$(this).remove();
});
Now, please help, what I want is to instantly jump to the callback function if the user hover faster. Thanks.
You could do something like this: