【发布时间】:2010-09-24 07:31:13
【问题描述】:
目前我有这个代码
setTimeout(function() { $('#hideMsg').fadeOut('fast'); }, 2000);
我可以将倒数计时器设置为 2 秒吗?
喜欢
<div id="hideMsg">
The entry you posted not valid.
This Box will Close In 2 Seconds
</div>
“此框将在 2 秒内关闭”将自动更改为 2 秒 1 秒
【问题讨论】:
标签: jquery