How can I use delay() with show() and hide() in Jquery ?
delay()
show()
hide()
Pass a duration to show() and hide():
When a duration is provided, .show() becomes an animation method.
.show()
E.g. element.delay(1000).show(0)
element.delay(1000).show(0)
DEMO
2.1m questions
2.1m answers
60 comments
57.0k users