使用JQuery完成页面定时弹出广告
2021-03-11 16:28
阅读:376
YPE html>
标签:settime lock art char dea utf-8 jpg type charset
使用JQuery完成页面定时弹出广告
Js相关技术
定时器:
? setInterval & clearInterval
? setTimeout & clearTimeout
显示: img.style.display = "block"
隐藏: img.style.display = "none"
img 对象
? style属性: style对象
需求分析
当用户打开界面,3秒钟之后弹出广告,这个广告显示5秒钟,隐藏广告
技术分析
定时器: setTimeout
显示和隐藏: style.display = "block/none"
步骤分析:
- 导入JQ的文件
- 编写JQ的文档加载事件
- 启动定时器 setTimeout("",3000);
- 编写显示广告的函数
- 在显示广告里面再启动一个定时器
- 编写隐藏广告的函数
代码实现
使用JQuery完成页面定时弹出广告
标签:settime lock art char dea utf-8 jpg type charset
原文地址:https://www.cnblogs.com/zllk/p/12834009.html
下一篇:网站架构变迁
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:使用JQuery完成页面定时弹出广告
文章链接:http://soscw.com/index.php/essay/63272.html
文章标题:使用JQuery完成页面定时弹出广告
文章链接:http://soscw.com/index.php/essay/63272.html
评论
亲,登录后才可以留言!