20 秒后弹出内嵌灯箱
是否有一个灯箱可以让我在用户访问我的网站 20 秒(或其他用户定义的时间)后告诉它弹出?
我想做一个竞赛,让接下来的 100 个人在 Facebook 上点赞我们,然后参加抽奖,赢取奖品。
关于执行此操作的脚本的任何想法,或者我如何修改 fancybox 来执行此操作?
Is there a lightbox that would allow me to tell it to pop up after a user has been on my site for 20 seconds (or other user defined time)?
I want to do it for a competition allowing the next 100 people to like us on facebook to be entered into a draw to win a prize.
Any ideas of a script that does this or how I could mod fancybox to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 setTimeout 方法延迟 javascript 中的任何操作:
you can delay any action in javascript using the setTimeout method:
您可以使用 setTimeout 函数来执行此操作。
或者您可以在加载时按页面执行:
You can do so using setTimeout function.
or you can do by page on load: