JQuery delay() not delaying
Posted
by artemave
on Stack Overflow
See other posts from Stack Overflow
or by artemave
Published on 2010-03-12T12:45:23Z
Indexed on
2010/03/12
12:47 UTC
Read the original article
Hit count: 490
jQuery
Why does this empty the text immediately (ignoring delay)?
$('#error_box_text').html('error text').delay(5000).html('')
#
jQuery 1.4
© Stack Overflow or respective owner