开发者

How can i use jQuery's .delay() method with .hide() or show()? [duplicate]

This question already has answers here: 开发者_如何学编程 Closed 12 years ago.

Possible Duplicate:

How can I use delay() with show() and hide() in Jquery

How to use jQuery's .delay() method with .hide() or show()?

the following doesn'tworks:

$("#element").val("").delay(250).hide();

but this does:

$("#element").val("").delay(250).slideUp("slow");

Any work-arounds?


what about using fadeOUt('slow') for hidding ?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜