stop() does not clear delay()
stop() does not clear delay()
When calling the following line repeatedly on some element, the delay() in the queue is never stopped from running.
$('#element').stop(true,true).show().delay(2000).fadeOut(1000);
Topic Participants
arniarent
jay.blanchard