jQuery 定时事件
是否可以使用 jQuery 触发事件以在 n 之后设置 div 标签的文本。秒?
谢谢! 乔治
Is it possible, using jQuery, to fire off an event to set a div tag's text after n. seconds?
Thanks!
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 jQuery 1.4,您始终可以执行以下操作:
<代码>
if you're using jQuery 1.4, you can always do:
为此,我一直在使用下面的 jQuery 插件。 Delay 可以与链式函数一起使用,notNow 则不能。
延迟
http://plugins.jquery.com/project/delay
notNow
http://plugins.jquery.com/project/notNow
I've been using the following jQuery plugins below for this. Delay can be used with chained functions, notNow can't.
Delay
http://plugins.jquery.com/project/delay
notNow
http://plugins.jquery.com/project/notNow